#BF35CB

Color #BF35CB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BF35CB

Tints of Fuchsia #BF35CB

Color information

#BF35CB (or 0xBF35CB) is unknown color: approx Fuchsia. HEX triplet: BF, 35 and CB. RGB value is (191,53,203). Sum of RGB (Red+Green+Blue) = 191+53+203=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF35CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF35CB is #40CA34. Grayscale: #6E6E6E. Windows color (decimal): -4246069 or 13317567. OLE color: 13317567.

HSL color Cylindrical-coordinate representation of color #BF35CB: hue angle of 295.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF35CB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19153203-
CMYK0.060.7400.20
HSL295.2º59.06%50.2%-
HSV(B)295.2º73.89%79.61%-
XYZ33.5417.9358.19-
YUV111.36179.72184.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 53 (21.09% from 255) = 11.86%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=42.73%
G=11.86%
B=45.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191532030.060.7400.20295.259.0650.2
HexBF35CB64A0141273b32
Octal2776531361120244477362
Binary10111111110101110010111101001010010100100100111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF35CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF35CB; }

 p { color: rgb(191,53,203); }

 H1.HeaderClassName
 {
   color: #BF35CB;
 }
 .AnyTagClassName
 {
   color: #BF35CB;
 }
</style>
background-color css

<style>
 a { background-color: #BF35CB; }

 a { background-color: rgb(191,53,203); }

 div.DivClassName
 {
   background-color: #BF35CB;
 }
 .BgClassName
 {
   background-color: #BF35CB;
 }
</style>
border-color css

<style>
 span { border-color: #BF35CB; }

 span { border-color: rgb(191,53,203); }

 td.TdClassName
 {
   border-color: #BF35CB;
 }
 .TagClassName
 {
   border-color: #BF35CB;
 }
</style>