Html Css Color HEX #B149DB Medium Orchid

📋 copy color: '#B149DB'

red 177 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #B149DB

Tints of Medium Orchid #B149DB

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.7%

R = 37.74%
G = 15.57%
B = 46.7%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B149DB (or 0xB149DB) is known color: 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

RGB 177 73 219 -
CMYK 0.19 0.67 0 0.14
HSL 282.74º 0.67% 0.57% -
HSV(B) 282.74º 0.67% 0.86% -
XYZ 33.3 19.23 68.97 -
YUV 120.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 177 73 219 0.19 0.67 0 0.14 282.74 0.67 0.57
Hex B1 49 DB 13 43 0 E 11B 43 39
Octal 261 111 333 23 103 0 16 433 103 71
Binary 10110001 1001001 11011011 10011 1000011 0 1110 100011011 1000011 111001

Color Harmonies of #B149DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149DB

Black with #B149DB

Text Example


Text Example

White with #B149DB

Text Example


Text Example

HTML Codes & Css Web 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>