#B153ED

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

Shades of Medium Orchid #B153ED

Tints of Medium Orchid #B153ED

Color information

#B153ED (or 0xB153ED) is unknown color: approx Medium Orchid. HEX triplet: B1, 53 and ED. RGB value is (177,83,237). Sum of RGB (Red+Green+Blue) = 177+83+237=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 83 (32.81% from 255 or 16.70% 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 #B153ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B153ED is #4EAC12. Grayscale: #808080. Windows color (decimal): -5155859 or 15553457. OLE color: 15553457.

HSL color Cylindrical-coordinate representation of color #B153ED: hue angle of 276.62º 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 #B153ED is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17783237-
CMYK0.250.6500.07
HSL276.62º81.05%62.75%-
HSV(B)276.62º64.98%92.94%-
XYZ36.5121.6582.37-
YUV128.66189.14162.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 83 (32.81% from 255) = 16.70%
BLUE value IS 237 (92.97% from 255) = 47.69%
R=35.61%
G=16.70%
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
Decimal177832370.250.6500.07276.6281.0562.75
HexB153ED194107115513f
Octal261123355311010742512177
Binary1011000110100111110110111001100000101111000101011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B153ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B153ED; }

 p { color: rgb(177,83,237); }

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

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

 a { background-color: rgb(177,83,237); }

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

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

 span { border-color: rgb(177,83,237); }

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