#B949FB

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

Shades of Medium Orchid #B949FB

Tints of Medium Orchid #B949FB

Color information

#B949FB (or 0xB949FB) is unknown color: approx Medium Orchid. HEX triplet: B9, 49 and FB. RGB value is (185,73,251). Sum of RGB (Red+Green+Blue) = 185+73+251=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #B949FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949FB is #46B604. Grayscale: #7E7E7E. Windows color (decimal): -4634117 or 16468409. OLE color: 16468409.

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

Color convert

RGB18573251-
CMYK0.260.7100.02
HSL277.75º95.7%63.53%-
HSV(B)277.75º70.92%98.43%-
XYZ39.822.0493.42-
YUV126.78198.11169.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 73 (28.91% from 255) = 14.34%
BLUE value IS 251 (98.44% from 255) = 49.31%
R=36.35%
G=14.34%
B=49.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal185732510.260.7100.02277.7595.763.53
HexB949FB1A47021166040
Octal2711113733210702426140100
Binary1011100110010011111101111010100011101010001011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B949FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B949FB; }

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

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

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

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

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

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

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

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