Html Css Color HEX #B536CB Dark Orchid

📋 copy color: '#B536CB'

red 181 ◦ green 54 ◦ blue 203

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

Shades of Dark Orchid #B536CB

Tints of Dark Orchid #B536CB

RGB

 RED value IS 181 (71.09% from 255) = 41.32%

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

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

R = 41.32%
G = 12.33%
B = 46.35%

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

#B536CB (or 0xB536CB) is known color: Dark Orchid. HEX triplet: B5, 36 and CB. RGB value is (181,54,203). Sum of RGB (Red+Green+Blue) = 181+54+203=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #B536CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536CB is #4AC934. Grayscale: #6C6C6C. Windows color (decimal): -4901173 or 13317813. OLE color: 13317813.

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

Color convert

RGB 181 54 203 -
CMYK 0.11 0.73 0 0.20
HSL 291.14º 0.59% 0.5% -
HSV(B) 291.14º 0.73% 0.8% -
XYZ 31.15 16.77 58.1 -
YUV 108.96 181.08 179.38 -
System Red Green Blue C M Y K H S L
Decimal 181 54 203 0.11 0.73 0 0.20 291.14 0.59 0.5
Hex B5 36 CB B 49 0 14 123 3B 32
Octal 265 66 313 13 111 0 24 443 73 62
Binary 10110101 110110 11001011 1011 1001001 0 10100 100100011 111011 110010

Color Harmonies of #B536CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536CB

Black with #B536CB

Text Example


Text Example

White with #B536CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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