Html Css Color HEX #B524C0 Dark Orchid

📋 copy color: '#B524C0'

red 181 ◦ green 36 ◦ blue 192

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

Shades of Dark Orchid #B524C0

Tints of Dark Orchid #B524C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.94%

R = 44.25%
G = 8.8%
B = 46.94%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B524C0 (or 0xB524C0) is known color: Dark Orchid. HEX triplet: B5, 24 and C0. RGB value is (181,36,192). Sum of RGB (Red+Green+Blue) = 181+36+192=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #B524C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524C0 is #4ADB3F. Grayscale: #606060. Windows color (decimal): -4905792 or 12592309. OLE color: 12592309.

HSL color Cylindrical-coordinate representation of color #B524C0: hue angle of 295.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B524C0 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 36 192 -
CMYK 0.06 0.81 0 0.25
HSL 295.77º 0.68% 0.45% -
HSV(B) 295.77º 0.81% 0.75% -
XYZ 29.2 14.89 51.2 -
YUV 97.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 181 36 192 0.06 0.81 0 0.25 295.77 0.68 0.45
Hex B5 24 C0 6 51 0 19 128 44 2D
Octal 265 44 300 6 121 0 31 450 104 55
Binary 10110101 100100 11000000 110 1010001 0 11001 100101000 1000100 101101

Color Harmonies of #B524C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524C0

Black with #B524C0

Text Example


Text Example

White with #B524C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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