Html Css Color HEX #B049DB Medium Orchid

📋 copy color: '#B049DB'

red 176 ◦ green 73 ◦ blue 219

#B049DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B049DB

Tints of Medium Orchid #B049DB

RGB

 RED value IS 176 (69.14% from 255) = 37.61%

 GREEN value IS 73 (28.91% from 255) = 15.6%

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 37.61%
G = 15.6%
B = 46.79%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B049DB (or 0xB049DB) is known color: Medium Orchid. HEX triplet: B0, 49 and DB. RGB value is (176,73,219). Sum of RGB (Red+Green+Blue) = 176+73+219=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #B049DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049DB is #4FB624. Grayscale: #777777. Windows color (decimal): -5223973 or 14371248. OLE color: 14371248.

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

Color convert

RGB 176 73 219 -
CMYK 0.20 0.67 0 0.14
HSL 282.33º 0.67% 0.57% -
HSV(B) 282.33º 0.67% 0.86% -
XYZ 33.07 19.11 68.96 -
YUV 120.44 183.62 167.63 -
System Red Green Blue C M Y K H S L
Decimal 176 73 219 0.20 0.67 0 0.14 282.33 0.67 0.57
Hex B0 49 DB 14 43 0 E 11A 43 39
Octal 260 111 333 24 103 0 16 432 103 71
Binary 10110000 1001001 11011011 10100 1000011 0 1110 100011010 1000011 111001

Color Harmonies of #B049DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049DB

Black with #B049DB

Text Example


Text Example

White with #B049DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049DB; }

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

 H1.HeaderClassName
 {
   color: #B049DB;
 }
 .AnyTagClassName
 {
   color: #B049DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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