Html Css Color HEX #B028DE Dark Orchid

📋 copy color: '#B028DE'

red 176 ◦ green 40 ◦ blue 222

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

Shades of Dark Orchid #B028DE

Tints of Dark Orchid #B028DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 40.18%
G = 9.13%
B = 50.68%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B028DE (or 0xB028DE) is known color: Dark Orchid. HEX triplet: B0, 28 and DE. RGB value is (176,40,222). Sum of RGB (Red+Green+Blue) = 176+40+222=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #B028DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B028DE is #4FD721. Grayscale: #646464. Windows color (decimal): -5232418 or 14559408. OLE color: 14559408.

HSL color Cylindrical-coordinate representation of color #B028DE: hue angle of 284.84º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B028DE is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 40 222 -
CMYK 0.21 0.82 0 0.13
HSL 284.84º 0.73% 0.51% -
HSV(B) 284.84º 0.82% 0.87% -
XYZ 31.85 16.02 70.52 -
YUV 101.41 196.06 181.2 -
System Red Green Blue C M Y K H S L
Decimal 176 40 222 0.21 0.82 0 0.13 284.84 0.73 0.51
Hex B0 28 DE 15 52 0 D 11D 49 33
Octal 260 50 336 25 122 0 15 435 111 63
Binary 10110000 101000 11011110 10101 1010010 0 1101 100011101 1001001 110011

Color Harmonies of #B028DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B028DE

Black with #B028DE

Text Example


Text Example

White with #B028DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B028DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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