Html Css Color HEX #BD36CB Fuchsia

📋 copy color: '#BD36CB'

red 189 ◦ green 54 ◦ blue 203

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

Shades of Fuchsia #BD36CB

Tints of Fuchsia #BD36CB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.11%

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

R = 42.38%
G = 12.11%
B = 45.52%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD36CB (or 0xBD36CB) is known color: Fuchsia. HEX triplet: BD, 36 and CB. RGB value is (189,54,203). Sum of RGB (Red+Green+Blue) = 189+54+203=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD36CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD36CB is #42C934. Grayscale: #6E6E6E. Windows color (decimal): -4376885 or 13317821. OLE color: 13317821.

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

Color convert

RGB 189 54 203 -
CMYK 0.07 0.73 0 0.20
HSL 294.36º 0.59% 0.5% -
HSV(B) 294.36º 0.73% 0.8% -
XYZ 33.08 17.77 58.19 -
YUV 111.35 179.73 183.38 -
System Red Green Blue C M Y K H S L
Decimal 189 54 203 0.07 0.73 0 0.20 294.36 0.59 0.5
Hex BD 36 CB 7 49 0 14 126 3B 32
Octal 275 66 313 7 111 0 24 446 73 62
Binary 10111101 110110 11001011 111 1001001 0 10100 100100110 111011 110010

Color Harmonies of #BD36CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD36CB

Black with #BD36CB

Text Example


Text Example

White with #BD36CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD36CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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