#B954FB

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

Shades of Medium Orchid #B954FB

Tints of Medium Orchid #B954FB

Color information

#B954FB (or 0xB954FB) is unknown color: approx Medium Orchid. HEX triplet: B9, 54 and FB. RGB value is (185,84,251). Sum of RGB (Red+Green+Blue) = 185+84+251=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #B954FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954FB is #46AB04. Grayscale: #848484. Windows color (decimal): -4631301 or 16471225. OLE color: 16471225.

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

Color convert

RGB18584251-
CMYK0.260.6700.02
HSL276.29º95.43%65.69%-
HSV(B)276.29º66.53%98.43%-
XYZ40.5923.6293.69-
YUV133.24194.46164.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 84 (33.20% from 255) = 16.15%
BLUE value IS 251 (98.44% from 255) = 48.27%
R=35.58%
G=16.15%
B=48.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal185842510.260.6700.02276.2995.4365.69
HexB954FB1A43021145f42
Octal2711243733210302424137102
Binary1011100110101001111101111010100001101010001010010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954FB; }

 p { color: rgb(185,84,251); }

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

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

 a { background-color: rgb(185,84,251); }

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

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

 span { border-color: rgb(185,84,251); }

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