#B052EE

Color #B052EE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B052EE

Tints of Medium Orchid #B052EE

Color information

#B052EE (or 0xB052EE) is unknown color: approx Medium Orchid. HEX triplet: B0, 52 and EE. RGB value is (176,82,238). Sum of RGB (Red+Green+Blue) = 176+82+238=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #B052EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B052EE is #4FAD11. Grayscale: #7F7F7F. Windows color (decimal): -5221650 or 15618736. OLE color: 15618736.

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

Color convert

RGB17682238-
CMYK0.260.6600.07
HSL276.15º82.11%62.75%-
HSV(B)276.15º65.55%93.33%-
XYZ36.3521.4483.11-
YUV127.89190.14162.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 82 (32.42% from 255) = 16.53%
BLUE value IS 238 (93.36% from 255) = 47.98%
R=35.48%
G=16.53%
B=47.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal176822380.260.6600.07276.1582.1162.75
HexB052EE1A4207114523f
Octal260122356321020742412277
Binary1011000010100101110111011010100001001111000101001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B052EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B052EE; }

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

 H1.HeaderClassName
 {
   color: #B052EE;
 }
 .AnyTagClassName
 {
   color: #B052EE;
 }
</style>
background-color css

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

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

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

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

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

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