#B949EB

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

Shades of Medium Orchid #B949EB

Tints of Medium Orchid #B949EB

Color information

#B949EB (or 0xB949EB) is unknown color: approx Medium Orchid. HEX triplet: B9, 49 and EB. RGB value is (185,73,235). Sum of RGB (Red+Green+Blue) = 185+73+235=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #B949EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949EB is #46B614. Grayscale: #7C7C7C. Windows color (decimal): -4634133 or 15419833. OLE color: 15419833.

HSL color Cylindrical-coordinate representation of color #B949EB: hue angle of 281.48º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B949EB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18573235-
CMYK0.210.6900.08
HSL281.48º80.2%60.39%-
HSV(B)281.48º68.94%92.16%-
XYZ37.3921.0880.7-
YUV124.96190.11170.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 73 (28.91% from 255) = 14.81%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=37.53%
G=14.81%
B=47.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal185732350.210.6900.08281.4880.260.39
HexB949EB154508119503c
Octal2711113532510501043112074
Binary10111001100100111101011101011000101010001000110011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B949EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B949EB; }

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

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

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

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

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

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

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

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