Html Css Color HEX #B436CB Dark Orchid

📋 copy color: '#B436CB'

red 180 ◦ green 54 ◦ blue 203

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

Shades of Dark Orchid #B436CB

Tints of Dark Orchid #B436CB

RGB

 RED value IS 180 (70.7% from 255) = 41.19%

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

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

R = 41.19%
G = 12.36%
B = 46.45%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B436CB (or 0xB436CB) is known color: Dark Orchid. HEX triplet: B4, 36 and CB. RGB value is (180,54,203). Sum of RGB (Red+Green+Blue) = 180+54+203=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #B436CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436CB is #4BC934. Grayscale: #6C6C6C. Windows color (decimal): -4966709 or 13317812. OLE color: 13317812.

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

Color convert

RGB 180 54 203 -
CMYK 0.11 0.73 0 0.20
HSL 290.74º 0.59% 0.5% -
HSV(B) 290.74º 0.73% 0.8% -
XYZ 30.92 16.65 58.08 -
YUV 108.66 181.24 178.88 -
System Red Green Blue C M Y K H S L
Decimal 180 54 203 0.11 0.73 0 0.20 290.74 0.59 0.5
Hex B4 36 CB B 49 0 14 123 3B 32
Octal 264 66 313 13 111 0 24 443 73 62
Binary 10110100 110110 11001011 1011 1001001 0 10100 100100011 111011 110010

Color Harmonies of #B436CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B436CB

Black with #B436CB

Text Example


Text Example

White with #B436CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B436CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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