Html Css Color HEX #B524CA Dark Orchid

📋 copy color: '#B524CA'

red 181 ◦ green 36 ◦ blue 202

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

Shades of Dark Orchid #B524CA

Tints of Dark Orchid #B524CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.21%

R = 43.2%
G = 8.59%
B = 48.21%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B524CA (or 0xB524CA) is known color: Dark Orchid. HEX triplet: B5, 24 and CA. RGB value is (181,36,202). Sum of RGB (Red+Green+Blue) = 181+36+202=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #B524CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524CA is #4ADB35. Grayscale: #616161. Windows color (decimal): -4905782 or 13247669. OLE color: 13247669.

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

Color convert

RGB 181 36 202 -
CMYK 0.10 0.82 0 0.21
HSL 292.41º 0.7% 0.47% -
HSV(B) 292.41º 0.82% 0.79% -
XYZ 30.35 15.35 57.24 -
YUV 98.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 181 36 202 0.10 0.82 0 0.21 292.41 0.7 0.47
Hex B5 24 CA A 52 0 15 124 46 2F
Octal 265 44 312 12 122 0 25 444 106 57
Binary 10110101 100100 11001010 1010 1010010 0 10101 100100100 1000110 101111

Color Harmonies of #B524CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524CA

Black with #B524CA

Text Example


Text Example

White with #B524CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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