#B149DB

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

Shades of Medium Orchid #B149DB

Tints of Medium Orchid #B149DB

Color information

#B149DB (or 0xB149DB) is unknown color: approx Medium Orchid. HEX triplet: B1, 49 and DB. RGB value is (177,73,219). Sum of RGB (Red+Green+Blue) = 177+73+219=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #B149DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149DB is #4EB624. Grayscale: #787878. Windows color (decimal): -5158437 or 14371249. OLE color: 14371249.

HSL color Cylindrical-coordinate representation of color #B149DB: hue angle of 282.74º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B149DB is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17773219-
CMYK0.190.6700.14
HSL282.74º66.97%57.25%-
HSV(B)282.74º66.67%85.88%-
XYZ33.319.2368.97-
YUV120.74183.46168.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 73 (28.91% from 255) = 15.57%
BLUE value IS 219 (85.94% from 255) = 46.70%
R=37.74%
G=15.57%
B=46.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177732190.190.6700.14282.7466.9757.25
HexB149DB13430E11b4339
Octal2611113332310301643310371
Binary10110001100100111011011100111000011011101000110111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B149DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B149DB; }

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

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

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

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

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

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

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

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