Html Css Color HEX #B536C9 Dark Orchid

📋 copy color: '#B536C9'

red 181 ◦ green 54 ◦ blue 201

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

Shades of Dark Orchid #B536C9

Tints of Dark Orchid #B536C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.1%

R = 41.51%
G = 12.39%
B = 46.1%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B536C9 (or 0xB536C9) is known color: Dark Orchid. HEX triplet: B5, 36 and C9. RGB value is (181,54,201). Sum of RGB (Red+Green+Blue) = 181+54+201=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #B536C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536C9 is #4AC936. Grayscale: #6C6C6C. Windows color (decimal): -4901175 or 13186741. OLE color: 13186741.

HSL color Cylindrical-coordinate representation of color #B536C9: hue angle of 291.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B536C9 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 54 201 -
CMYK 0.10 0.73 0 0.21
HSL 291.84º 0.58% 0.5% -
HSV(B) 291.84º 0.73% 0.79% -
XYZ 30.92 16.68 56.85 -
YUV 108.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 181 54 201 0.10 0.73 0 0.21 291.84 0.58 0.5
Hex B5 36 C9 A 49 0 15 124 3A 32
Octal 265 66 311 12 111 0 25 444 72 62
Binary 10110101 110110 11001001 1010 1001001 0 10101 100100100 111010 110010

Color Harmonies of #B536C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536C9

Black with #B536C9

Text Example


Text Example

White with #B536C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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