#B153FB

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

Shades of Medium Orchid #B153FB

Tints of Medium Orchid #B153FB

Color information

#B153FB (or 0xB153FB) is unknown color: approx Medium Orchid. HEX triplet: B1, 53 and FB. RGB value is (177,83,251). Sum of RGB (Red+Green+Blue) = 177+83+251=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #B153FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B153FB is #4EAC04. Grayscale: #818181. Windows color (decimal): -5155845 or 16470961. OLE color: 16470961.

HSL color Cylindrical-coordinate representation of color #B153FB: hue angle of 273.57º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B153FB is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17783251-
CMYK0.290.6700.02
HSL273.57º95.45%65.49%-
HSV(B)273.57º66.93%98.43%-
XYZ38.6422.593.57-
YUV130.26196.14161.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 83 (32.81% from 255) = 16.24%
BLUE value IS 251 (98.44% from 255) = 49.12%
R=34.64%
G=16.24%
B=49.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal177832510.290.6700.02273.5795.4565.49
HexB153FB1D43021125f41
Octal2611233733510302422137101
Binary1011000110100111111101111101100001101010001001010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B153FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B153FB; }

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

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

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

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

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

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

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

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