Html Css Color HEX #B024AC Dark Orchid

📋 copy color: '#B024AC'

red 176 ◦ green 36 ◦ blue 172

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

Shades of Dark Orchid #B024AC

Tints of Dark Orchid #B024AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 45.83%
G = 9.38%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B024AC (or 0xB024AC) is known color: Dark Orchid. HEX triplet: B0, 24 and AC. RGB value is (176,36,172). Sum of RGB (Red+Green+Blue) = 176+36+172=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B024AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024AC is #4FDB53. Grayscale: #5C5C5C. Windows color (decimal): -5233492 or 11281584. OLE color: 11281584.

HSL color Cylindrical-coordinate representation of color #B024AC: hue angle of 301.71º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B024AC is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 172 -
CMYK 0 0.80 0.02 0.31
HSL 301.71º 0.66% 0.42% -
HSV(B) 301.71º 0.8% 0.69% -
XYZ 25.98 13.47 40.26 -
YUV 93.36 172.38 186.94 -
System Red Green Blue C M Y K H S L
Decimal 176 36 172 0 0.80 0.02 0.31 301.71 0.66 0.42
Hex B0 24 AC 0 50 2 1F 12E 42 2A
Octal 260 44 254 0 120 2 37 456 102 52
Binary 10110000 100100 10101100 0 1010000 10 11111 100101110 1000010 101010

Color Harmonies of #B024AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024AC

Black with #B024AC

Text Example


Text Example

White with #B024AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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