#B153F0

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

Shades of Medium Orchid #B153F0

Tints of Medium Orchid #B153F0

Color information

#B153F0 (or 0xB153F0) is unknown color: approx Medium Orchid. HEX triplet: B1, 53 and F0. RGB value is (177,83,240). Sum of RGB (Red+Green+Blue) = 177+83+240=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #B153F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B153F0 is #4EAC0F. Grayscale: #808080. Windows color (decimal): -5155856 or 15750065. OLE color: 15750065.

HSL color Cylindrical-coordinate representation of color #B153F0: hue angle of 275.92º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B153F0 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17783240-
CMYK0.260.6500.06
HSL275.92º83.96%63.33%-
HSV(B)275.92º65.42%94.12%-
XYZ36.9521.8284.7-
YUV129190.64162.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 83 (32.81% from 255) = 16.6%
BLUE value IS 240 (94.14% from 255) = 48%
R=35.4%
G=16.6%
B=48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal177832400.260.6500.06275.9283.9663.33
HexB153F01A4106114543f
Octal261123360321010642412477
Binary1011000110100111111000011010100000101101000101001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B153F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B153F0; }

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

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

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

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

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

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

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

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