Html Css Color HEX #B028AF Dark Orchid

📋 copy color: '#B028AF'

red 176 ◦ green 40 ◦ blue 175

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

Shades of Dark Orchid #B028AF

Tints of Dark Orchid #B028AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 45.01%
G = 10.23%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B028AF (or 0xB028AF) is known color: Dark Orchid. HEX triplet: B0, 28 and AF. RGB value is (176,40,175). Sum of RGB (Red+Green+Blue) = 176+40+175=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B028AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B028AF is #4FD750. Grayscale: #5F5F5F. Windows color (decimal): -5232465 or 11479216. OLE color: 11479216.

HSL color Cylindrical-coordinate representation of color #B028AF: hue angle of 300.44º 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 #B028AF is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 175 -
CMYK 0 0.77 0.01 0.31
HSL 300.44º 0.63% 0.42% -
HSV(B) 300.44º 0.77% 0.69% -
XYZ 26.4 13.84 41.84 -
YUV 96.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 176 40 175 0 0.77 0.01 0.31 300.44 0.63 0.42
Hex B0 28 AF 0 4D 1 1F 12C 3F 2A
Octal 260 50 257 0 115 1 37 454 77 52
Binary 10110000 101000 10101111 0 1001101 1 11111 100101100 111111 101010

Color Harmonies of #B028AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B028AF

Black with #B028AF

Text Example


Text Example

White with #B028AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B028AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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