Html Css Color HEX #B524BC Dark Orchid

📋 copy color: '#B524BC'

red 181 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #B524BC

Tints of Dark Orchid #B524BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 44.69%
G = 8.89%
B = 46.42%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B524BC (or 0xB524BC) is known color: Dark Orchid. HEX triplet: B5, 24 and BC. RGB value is (181,36,188). Sum of RGB (Red+Green+Blue) = 181+36+188=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #B524BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524BC is #4ADB43. Grayscale: #606060. Windows color (decimal): -4905796 or 12330165. OLE color: 12330165.

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

Color convert

RGB 181 36 188 -
CMYK 0.04 0.81 0 0.26
HSL 297.24º 0.68% 0.44% -
HSV(B) 297.24º 0.81% 0.74% -
XYZ 28.76 14.72 48.9 -
YUV 96.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 181 36 188 0.04 0.81 0 0.26 297.24 0.68 0.44
Hex B5 24 BC 4 51 0 1A 129 44 2C
Octal 265 44 274 4 121 0 32 451 104 54
Binary 10110101 100100 10111100 100 1010001 0 11010 100101001 1000100 101100

Color Harmonies of #B524BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524BC

Black with #B524BC

Text Example


Text Example

White with #B524BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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