Html Css Color HEX #B524CB Dark Orchid

📋 copy color: '#B524CB'

red 181 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #B524CB

Tints of Dark Orchid #B524CB

RGB

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

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

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

R = 43.1%
G = 8.57%
B = 48.33%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B524CB (or 0xB524CB) is known color: Dark Orchid. HEX triplet: B5, 24 and CB. RGB value is (181,36,203). Sum of RGB (Red+Green+Blue) = 181+36+203=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #B524CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524CB is #4ADB34. Grayscale: #616161. Windows color (decimal): -4905781 or 13313205. OLE color: 13313205.

HSL color Cylindrical-coordinate representation of color #B524CB: hue angle of 292.1º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B524CB is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 36 203 -
CMYK 0.11 0.82 0 0.20
HSL 292.1º 0.7% 0.47% -
HSV(B) 292.1º 0.82% 0.8% -
XYZ 30.47 15.4 57.87 -
YUV 98.39 187.04 186.92 -
System Red Green Blue C M Y K H S L
Decimal 181 36 203 0.11 0.82 0 0.20 292.1 0.7 0.47
Hex B5 24 CB B 52 0 14 124 46 2F
Octal 265 44 313 13 122 0 24 444 106 57
Binary 10110101 100100 11001011 1011 1010010 0 10100 100100100 1000110 101111

Color Harmonies of #B524CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524CB

Black with #B524CB

Text Example


Text Example

White with #B524CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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