Html Css Color HEX #B028EE Dark Orchid

📋 copy color: '#B028EE'

red 176 ◦ green 40 ◦ blue 238

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

Shades of Dark Orchid #B028EE

Tints of Dark Orchid #B028EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.42%

R = 38.77%
G = 8.81%
B = 52.42%

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

#B028EE (or 0xB028EE) is known color: Dark Orchid. HEX triplet: B0, 28 and EE. RGB value is (176,40,238). Sum of RGB (Red+Green+Blue) = 176+40+238=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #B028EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B028EE is #4FD711. Grayscale: #666666. Windows color (decimal): -5232402 or 15607984. OLE color: 15607984.

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

Color convert

RGB 176 40 238 -
CMYK 0.26 0.83 0 0.07
HSL 281.21º 0.85% 0.55% -
HSV(B) 281.21º 0.83% 0.93% -
XYZ 34.1 16.92 82.36 -
YUV 103.24 204.06 179.9 -
System Red Green Blue C M Y K H S L
Decimal 176 40 238 0.26 0.83 0 0.07 281.21 0.85 0.55
Hex B0 28 EE 1A 53 0 7 119 55 37
Octal 260 50 356 32 123 0 7 431 125 67
Binary 10110000 101000 11101110 11010 1010011 0 111 100011001 1010101 110111

Color Harmonies of #B028EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B028EE

Black with #B028EE

Text Example


Text Example

White with #B028EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B028EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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