Html Css Color HEX #B524CC Dark Orchid

📋 copy color: '#B524CC'

red 181 ◦ green 36 ◦ blue 204

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

Shades of Dark Orchid #B524CC

Tints of Dark Orchid #B524CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 42.99%
G = 8.55%
B = 48.46%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B524CC (or 0xB524CC) is known color: Dark Orchid. HEX triplet: B5, 24 and CC. RGB value is (181,36,204). Sum of RGB (Red+Green+Blue) = 181+36+204=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #B524CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524CC is #4ADB33. Grayscale: #616161. Windows color (decimal): -4905780 or 13378741. OLE color: 13378741.

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

Color convert

RGB 181 36 204 -
CMYK 0.11 0.82 0 0.2
HSL 291.79º 0.7% 0.47% -
HSV(B) 291.79º 0.82% 0.8% -
XYZ 30.59 15.45 58.5 -
YUV 98.51 187.54 186.84 -
System Red Green Blue C M Y K H S L
Decimal 181 36 204 0.11 0.82 0 0.2 291.79 0.7 0.47
Hex B5 24 CC B 52 0 14 124 46 2F
Octal 265 44 314 13 122 0 24 444 106 57
Binary 10110101 100100 11001100 1011 1010010 0 10100 100100100 1000110 101111

Color Harmonies of #B524CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524CC

Black with #B524CC

Text Example


Text Example

White with #B524CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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