Html Css Color HEX #BD35CB Fuchsia

📋 copy color: '#BD35CB'

red 189 ◦ green 53 ◦ blue 203

#BD35CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BD35CB

Tints of Fuchsia #BD35CB

RGB

 RED value IS 189 (74.22% from 255) = 42.47%

 GREEN value IS 53 (21.09% from 255) = 11.91%

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 42.47%
G = 11.91%
B = 45.62%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD35CB (or 0xBD35CB) is known color: Fuchsia. HEX triplet: BD, 35 and CB. RGB value is (189,53,203). Sum of RGB (Red+Green+Blue) = 189+53+203=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD35CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35CB is #42CA34. Grayscale: #6E6E6E. Windows color (decimal): -4377141 or 13317565. OLE color: 13317565.

HSL color Cylindrical-coordinate representation of color #BD35CB: hue angle of 294.4º 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 #BD35CB is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 53 203 -
CMYK 0.07 0.74 0 0.20
HSL 294.4º 0.59% 0.5% -
HSV(B) 294.4º 0.74% 0.8% -
XYZ 33.04 17.68 58.17 -
YUV 110.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 189 53 203 0.07 0.74 0 0.20 294.4 0.59 0.5
Hex BD 35 CB 7 4A 0 14 126 3B 32
Octal 275 65 313 7 112 0 24 446 73 62
Binary 10111101 110101 11001011 111 1001010 0 10100 100100110 111011 110010

Color Harmonies of #BD35CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD35CB

Black with #BD35CB

Text Example


Text Example

White with #BD35CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD35CB; }

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

 H1.HeaderClassName
 {
   color: #BD35CB;
 }
 .AnyTagClassName
 {
   color: #BD35CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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