#B252ED

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

Shades of Medium Orchid #B252ED

Tints of Medium Orchid #B252ED

Color information

#B252ED (or 0xB252ED) is unknown color: approx Medium Orchid. HEX triplet: B2, 52 and ED. RGB value is (178,82,237). Sum of RGB (Red+Green+Blue) = 178+82+237=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #B252ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B252ED is #4DAD12. Grayscale: #7F7F7F. Windows color (decimal): -5090579 or 15553202. OLE color: 15553202.

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

Color convert

RGB17882237-
CMYK0.250.6500.07
HSL277.16º81.15%62.55%-
HSV(B)277.16º65.4%92.94%-
XYZ36.6621.6182.36-
YUV128.37189.3163.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 82 (32.42% from 255) = 16.50%
BLUE value IS 237 (92.97% from 255) = 47.69%
R=35.81%
G=16.50%
B=47.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal178822370.250.6500.07277.1681.1562.55
HexB252ED194107115513f
Octal262122355311010742512177
Binary1011001010100101110110111001100000101111000101011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B252ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B252ED; }

 p { color: rgb(178,82,237); }

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

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

 a { background-color: rgb(178,82,237); }

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

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

 span { border-color: rgb(178,82,237); }

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