Html Css Color HEX #B028ED Dark Orchid

📋 copy color: '#B028ED'

red 176 ◦ green 40 ◦ blue 237

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

Shades of Dark Orchid #B028ED

Tints of Dark Orchid #B028ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.32%

R = 38.85%
G = 8.83%
B = 52.32%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B028ED (or 0xB028ED) is known color: Dark Orchid. HEX triplet: B0, 28 and ED. RGB value is (176,40,237). Sum of RGB (Red+Green+Blue) = 176+40+237=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #B028ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B028ED is #4FD712. Grayscale: #666666. Windows color (decimal): -5232403 or 15542448. OLE color: 15542448.

HSL color Cylindrical-coordinate representation of color #B028ED: hue angle of 281.42º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B028ED is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 40 237 -
CMYK 0.26 0.83 0 0.07
HSL 281.42º 0.85% 0.54% -
HSV(B) 281.42º 0.83% 0.93% -
XYZ 33.95 16.86 81.59 -
YUV 103.12 203.56 179.98 -
System Red Green Blue C M Y K H S L
Decimal 176 40 237 0.26 0.83 0 0.07 281.42 0.85 0.54
Hex B0 28 ED 1A 53 0 7 119 55 36
Octal 260 50 355 32 123 0 7 431 125 66
Binary 10110000 101000 11101101 11010 1010011 0 111 100011001 1010101 110110

Color Harmonies of #B028ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B028ED

Black with #B028ED

Text Example


Text Example

White with #B028ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B028ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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