#B052E6

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

Shades of Medium Orchid #B052E6

Tints of Medium Orchid #B052E6

Color information

#B052E6 (or 0xB052E6) is unknown color: approx Medium Orchid. HEX triplet: B0, 52 and E6. RGB value is (176,82,230). Sum of RGB (Red+Green+Blue) = 176+82+230=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #B052E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B052E6 is #4FAD19. Grayscale: #7E7E7E. Windows color (decimal): -5221658 or 15094448. OLE color: 15094448.

HSL color Cylindrical-coordinate representation of color #B052E6: hue angle of 278.11º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B052E6 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17682230-
CMYK0.230.6400.10
HSL278.11º74.75%61.18%-
HSV(B)278.11º64.35%90.2%-
XYZ35.220.9877.06-
YUV126.98186.14162.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 82 (32.42% from 255) = 16.80%
BLUE value IS 230 (90.23% from 255) = 47.13%
R=36.07%
G=16.80%
B=47.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal176822300.230.6400.10278.1174.7561.18
HexB052E617400A1164b3d
Octal2601223462710001242611375
Binary10110000101001011100110101111000000010101000101101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B052E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B052E6; }

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

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

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

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

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

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

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

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