Html Css Color HEX #B524BE Dark Orchid

📋 copy color: '#B524BE'

red 181 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #B524BE

Tints of Dark Orchid #B524BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 44.47%
G = 8.85%
B = 46.68%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B524BE (or 0xB524BE) is known color: Dark Orchid. HEX triplet: B5, 24 and BE. RGB value is (181,36,190). Sum of RGB (Red+Green+Blue) = 181+36+190=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #B524BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524BE is #4ADB41. Grayscale: #606060. Windows color (decimal): -4905794 or 12461237. OLE color: 12461237.

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

Color convert

RGB 181 36 190 -
CMYK 0.05 0.81 0 0.25
HSL 296.49º 0.68% 0.44% -
HSV(B) 296.49º 0.81% 0.75% -
XYZ 28.98 14.8 50.05 -
YUV 96.91 180.54 187.98 -
System Red Green Blue C M Y K H S L
Decimal 181 36 190 0.05 0.81 0 0.25 296.49 0.68 0.44
Hex B5 24 BE 5 51 0 19 128 44 2C
Octal 265 44 276 5 121 0 31 450 104 54
Binary 10110101 100100 10111110 101 1010001 0 11001 100101000 1000100 101100

Color Harmonies of #B524BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524BE

Black with #B524BE

Text Example


Text Example

White with #B524BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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