Html Css Color HEX #B024BA Dark Orchid

📋 copy color: '#B024BA'

red 176 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #B024BA

Tints of Dark Orchid #B024BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 44.22%
G = 9.05%
B = 46.73%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B024BA (or 0xB024BA) is known color: Dark Orchid. HEX triplet: B0, 24 and BA. RGB value is (176,36,186). Sum of RGB (Red+Green+Blue) = 176+36+186=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #B024BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024BA is #4FDB45. Grayscale: #5E5E5E. Windows color (decimal): -5233478 or 12199088. OLE color: 12199088.

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

Color convert

RGB 176 36 186 -
CMYK 0.05 0.81 0 0.27
HSL 296º 0.68% 0.44% -
HSV(B) 296º 0.81% 0.73% -
XYZ 27.4 14.04 47.72 -
YUV 94.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 176 36 186 0.05 0.81 0 0.27 296 0.68 0.44
Hex B0 24 BA 5 51 0 1B 128 44 2C
Octal 260 44 272 5 121 0 33 450 104 54
Binary 10110000 100100 10111010 101 1010001 0 11011 100101000 1000100 101100

Color Harmonies of #B024BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024BA

Black with #B024BA

Text Example


Text Example

White with #B024BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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