Html Css Color HEX #B028AC Dark Orchid

📋 copy color: '#B028AC'

red 176 ◦ green 40 ◦ blue 172

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

Shades of Dark Orchid #B028AC

Tints of Dark Orchid #B028AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.31%

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

R = 45.36%
G = 10.31%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B028AC (or 0xB028AC) is known color: Dark Orchid. HEX triplet: B0, 28 and AC. RGB value is (176,40,172). Sum of RGB (Red+Green+Blue) = 176+40+172=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B028AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B028AC is #4FD753. Grayscale: #5F5F5F. Windows color (decimal): -5232468 or 11282608. OLE color: 11282608.

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

Color convert

RGB 176 40 172 -
CMYK 0 0.77 0.02 0.31
HSL 301.76º 0.63% 0.42% -
HSV(B) 301.76º 0.77% 0.69% -
XYZ 26.11 13.73 40.3 -
YUV 95.71 171.06 185.27 -
System Red Green Blue C M Y K H S L
Decimal 176 40 172 0 0.77 0.02 0.31 301.76 0.63 0.42
Hex B0 28 AC 0 4D 2 1F 12E 3F 2A
Octal 260 50 254 0 115 2 37 456 77 52
Binary 10110000 101000 10101100 0 1001101 10 11111 100101110 111111 101010

Color Harmonies of #B028AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B028AC

Black with #B028AC

Text Example


Text Example

White with #B028AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B028AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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