Html Css Color HEX #B524DF Dark Orchid

📋 copy color: '#B524DF'

red 181 ◦ green 36 ◦ blue 223

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

Shades of Dark Orchid #B524DF

Tints of Dark Orchid #B524DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 41.14%
G = 8.18%
B = 50.68%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B524DF (or 0xB524DF) is known color: Dark Orchid. HEX triplet: B5, 24 and DF. RGB value is (181,36,223). Sum of RGB (Red+Green+Blue) = 181+36+223=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #B524DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B524DF is #4ADB20. Grayscale: #646464. Windows color (decimal): -4905761 or 14623925. OLE color: 14623925.

HSL color Cylindrical-coordinate representation of color #B524DF: hue angle of 286.52º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B524DF is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 36 223 -
CMYK 0.19 0.84 0 0.13
HSL 286.52º 0.75% 0.51% -
HSV(B) 286.52º 0.84% 0.87% -
XYZ 33.01 16.41 71.24 -
YUV 100.67 197.04 185.29 -
System Red Green Blue C M Y K H S L
Decimal 181 36 223 0.19 0.84 0 0.13 286.52 0.75 0.51
Hex B5 24 DF 13 54 0 D 11F 4B 33
Octal 265 44 337 23 124 0 15 437 113 63
Binary 10110101 100100 11011111 10011 1010100 0 1101 100011111 1001011 110011

Color Harmonies of #B524DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524DF

Black with #B524DF

Text Example


Text Example

White with #B524DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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