Html Css Color HEX #B028DD Dark Orchid

📋 copy color: '#B028DD'

red 176 ◦ green 40 ◦ blue 221

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

Shades of Dark Orchid #B028DD

Tints of Dark Orchid #B028DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 40.27%
G = 9.15%
B = 50.57%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B028DD (or 0xB028DD) is known color: Dark Orchid. HEX triplet: B0, 28 and DD. RGB value is (176,40,221). Sum of RGB (Red+Green+Blue) = 176+40+221=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #B028DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B028DD is #4FD722. Grayscale: #646464. Windows color (decimal): -5232419 or 14493872. OLE color: 14493872.

HSL color Cylindrical-coordinate representation of color #B028DD: hue angle of 285.08º 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 #B028DD is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 40 221 -
CMYK 0.20 0.82 0 0.13
HSL 285.08º 0.73% 0.51% -
HSV(B) 285.08º 0.82% 0.87% -
XYZ 31.71 15.97 69.82 -
YUV 101.3 195.56 181.28 -
System Red Green Blue C M Y K H S L
Decimal 176 40 221 0.20 0.82 0 0.13 285.08 0.73 0.51
Hex B0 28 DD 14 52 0 D 11D 49 33
Octal 260 50 335 24 122 0 15 435 111 63
Binary 10110000 101000 11011101 10100 1010010 0 1101 100011101 1001001 110011

Color Harmonies of #B028DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B028DD

Black with #B028DD

Text Example


Text Example

White with #B028DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B028DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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