Html Css Color HEX #B524CE Dark Orchid

📋 copy color: '#B524CE'

red 181 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #B524CE

Tints of Dark Orchid #B524CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.51%

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 42.79%
G = 8.51%
B = 48.7%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B524CE (or 0xB524CE) is known color: Dark Orchid. HEX triplet: B5, 24 and CE. RGB value is (181,36,206). Sum of RGB (Red+Green+Blue) = 181+36+206=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #B524CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524CE is #4ADB31. Grayscale: #626262. Windows color (decimal): -4905778 or 13509813. OLE color: 13509813.

HSL color Cylindrical-coordinate representation of color #B524CE: hue angle of 291.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B524CE is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 36 206 -
CMYK 0.12 0.83 0 0.19
HSL 291.18º 0.7% 0.47% -
HSV(B) 291.18º 0.83% 0.81% -
XYZ 30.83 15.54 59.77 -
YUV 98.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 181 36 206 0.12 0.83 0 0.19 291.18 0.7 0.47
Hex B5 24 CE C 53 0 13 123 46 2F
Octal 265 44 316 14 123 0 23 443 106 57
Binary 10110101 100100 11001110 1100 1010011 0 10011 100100011 1000110 101111

Color Harmonies of #B524CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524CE

Black with #B524CE

Text Example


Text Example

White with #B524CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524CE; }

 p { color: rgb(181,36,206); }

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

background-color css

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

 a { background-color: rgb(181,36,206); }

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

border-color css

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

 span { border-color: rgb(181,36,206); }

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