Html Css Color HEX #B024BE Dark Orchid

📋 copy color: '#B024BE'

red 176 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #B024BE

Tints of Dark Orchid #B024BE

RGB

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

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

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

R = 43.78%
G = 8.96%
B = 47.26%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B024BE (or 0xB024BE) is known color: Dark Orchid. HEX triplet: B0, 24 and BE. RGB value is (176,36,190). Sum of RGB (Red+Green+Blue) = 176+36+190=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #B024BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024BE is #4FDB41. Grayscale: #5E5E5E. Windows color (decimal): -5233474 or 12461232. OLE color: 12461232.

HSL color Cylindrical-coordinate representation of color #B024BE: hue angle of 294.55º 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 #B024BE is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 36 190 -
CMYK 0.07 0.81 0 0.25
HSL 294.55º 0.68% 0.44% -
HSV(B) 294.55º 0.81% 0.75% -
XYZ 27.83 14.21 49.99 -
YUV 95.42 181.38 185.48 -
System Red Green Blue C M Y K H S L
Decimal 176 36 190 0.07 0.81 0 0.25 294.55 0.68 0.44
Hex B0 24 BE 7 51 0 19 127 44 2C
Octal 260 44 276 7 121 0 31 447 104 54
Binary 10110000 100100 10111110 111 1010001 0 11001 100100111 1000100 101100

Color Harmonies of #B024BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024BE

Black with #B024BE

Text Example


Text Example

White with #B024BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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