#b249db

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

Shades of Medium Orchid #B249DB

Tints of Medium Orchid #B249DB

Color information

#B249DB (or 0xB249DB) is unknown color: approx Medium Orchid. HEX triplet: B2, 49 and DB. RGB value is (178,73,219). Sum of RGB (Red+Green+Blue) = 178+73+219=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #B249DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249DB is #4DB624. Grayscale: #787878. Windows color (decimal): -5092901 or 14371250. OLE color: 14371250.

HSL color Cylindrical-coordinate representation of color #B249DB: hue angle of 283.15º 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 #B249DB is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17873219-
CMYK0.190.6700.14
HSL283.15º66.97%57.25%-
HSV(B)283.15º66.67%85.88%-
XYZ33.5319.3468.98-
YUV121.04183.29168.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 73 (28.91% from 255) = 15.53%
BLUE value IS 219 (85.94% from 255) = 46.60%
R=37.87%
G=15.53%
B=46.60%

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
Decimal178732190.190.6700.14283.1566.9757.25
HexB249DB13430E11b4339
Octal2621113332310301643310371
Binary10110010100100111011011100111000011011101000110111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b249db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b249db; }

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

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

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

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

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

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

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

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