Html Css Color HEX #B024BB Dark Orchid

📋 copy color: '#B024BB'

red 176 ◦ green 36 ◦ blue 187

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

Shades of Dark Orchid #B024BB

Tints of Dark Orchid #B024BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 44.11%
G = 9.02%
B = 46.87%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B024BB (or 0xB024BB) is known color: Dark Orchid. HEX triplet: B0, 24 and BB. RGB value is (176,36,187). Sum of RGB (Red+Green+Blue) = 176+36+187=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #B024BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024BB is #4FDB44. Grayscale: #5E5E5E. Windows color (decimal): -5233477 or 12264624. OLE color: 12264624.

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

Color convert

RGB 176 36 187 -
CMYK 0.06 0.81 0 0.27
HSL 295.63º 0.68% 0.44% -
HSV(B) 295.63º 0.81% 0.73% -
XYZ 27.51 14.08 48.28 -
YUV 95.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 176 36 187 0.06 0.81 0 0.27 295.63 0.68 0.44
Hex B0 24 BB 6 51 0 1B 128 44 2C
Octal 260 44 273 6 121 0 33 450 104 54
Binary 10110000 100100 10111011 110 1010001 0 11011 100101000 1000100 101100

Color Harmonies of #B024BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024BB

Black with #B024BB

Text Example


Text Example

White with #B024BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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