Html Css Color HEX #B024DF Dark Orchid

📋 copy color: '#B024DF'

red 176 ◦ green 36 ◦ blue 223

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

Shades of Dark Orchid #B024DF

Tints of Dark Orchid #B024DF

RGB

 RED value IS 176 (69.14% from 255) = 40.46%

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

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

R = 40.46%
G = 8.28%
B = 51.26%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B024DF (or 0xB024DF) is known color: Dark Orchid. HEX triplet: B0, 24 and DF. RGB value is (176,36,223). Sum of RGB (Red+Green+Blue) = 176+36+223=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #B024DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024DF is #4FDB20. Grayscale: #626262. Windows color (decimal): -5233441 or 14623920. OLE color: 14623920.

HSL color Cylindrical-coordinate representation of color #B024DF: hue angle of 284.92º 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 #B024DF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 36 223 -
CMYK 0.21 0.84 0 0.13
HSL 284.92º 0.75% 0.51% -
HSV(B) 284.92º 0.84% 0.87% -
XYZ 31.85 15.82 71.19 -
YUV 99.18 197.88 182.79 -
System Red Green Blue C M Y K H S L
Decimal 176 36 223 0.21 0.84 0 0.13 284.92 0.75 0.51
Hex B0 24 DF 15 54 0 D 11D 4B 33
Octal 260 44 337 25 124 0 15 435 113 63
Binary 10110000 100100 11011111 10101 1010100 0 1101 100011101 1001011 110011

Color Harmonies of #B024DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024DF

Black with #B024DF

Text Example


Text Example

White with #B024DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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