#B149F6

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

Shades of Medium Orchid #B149F6

Tints of Medium Orchid #B149F6

Color information

#B149F6 (or 0xB149F6) is unknown color: approx Medium Orchid. HEX triplet: B1, 49 and F6. RGB value is (177,73,246). Sum of RGB (Red+Green+Blue) = 177+73+246=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #B149F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B149F6 is #4EB609. Grayscale: #7B7B7B. Windows color (decimal): -5158410 or 16140721. OLE color: 16140721.

HSL color Cylindrical-coordinate representation of color #B149F6: hue angle of 276.07º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B149F6 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17773246-
CMYK0.280.7000.04
HSL276.07º90.58%62.55%-
HSV(B)276.07º70.33%96.47%-
XYZ37.1520.7789.24-
YUV123.82196.96165.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 73 (28.91% from 255) = 14.72%
BLUE value IS 246 (96.48% from 255) = 49.60%
R=35.69%
G=14.72%
B=49.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal177732460.280.7000.04276.0790.5862.55
HexB149F61C46041145b3f
Octal261111366341060442413377
Binary1011000110010011111011011100100011001001000101001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B149F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B149F6; }

 p { color: rgb(177,73,246); }

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

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

 a { background-color: rgb(177,73,246); }

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

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

 span { border-color: rgb(177,73,246); }

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