Html Css Color HEX #B028DB Dark Orchid

📋 copy color: '#B028DB'

red 176 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #B028DB

Tints of Dark Orchid #B028DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 40.46%
G = 9.2%
B = 50.34%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B028DB (or 0xB028DB) is known color: Dark Orchid. HEX triplet: B0, 28 and DB. RGB value is (176,40,219). Sum of RGB (Red+Green+Blue) = 176+40+219=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #B028DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B028DB is #4FD724. Grayscale: #646464. Windows color (decimal): -5232421 or 14362800. OLE color: 14362800.

HSL color Cylindrical-coordinate representation of color #B028DB: hue angle of 285.59º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B028DB is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 40 219 -
CMYK 0.20 0.82 0 0.14
HSL 285.59º 0.71% 0.51% -
HSV(B) 285.59º 0.82% 0.86% -
XYZ 31.45 15.86 68.42 -
YUV 101.07 194.56 181.45 -
System Red Green Blue C M Y K H S L
Decimal 176 40 219 0.20 0.82 0 0.14 285.59 0.71 0.51
Hex B0 28 DB 14 52 0 E 11E 47 33
Octal 260 50 333 24 122 0 16 436 107 63
Binary 10110000 101000 11011011 10100 1010010 0 1110 100011110 1000111 110011

Color Harmonies of #B028DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B028DB

Black with #B028DB

Text Example


Text Example

White with #B028DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B028DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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