Html Css Color HEX #B161DB Medium Orchid

📋 copy color: '#B161DB'

red 177 ◦ green 97 ◦ blue 219

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

Shades of Medium Orchid #B161DB

Tints of Medium Orchid #B161DB

RGB

 RED value IS 177 (69.53% from 255) = 35.9%

 GREEN value IS 97 (38.28% from 255) = 19.68%

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

R = 35.9%
G = 19.68%
B = 44.42%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B161DB (or 0xB161DB) is known color: Medium Orchid. HEX triplet: B1, 61 and DB. RGB value is (177,97,219). Sum of RGB (Red+Green+Blue) = 177+97+219=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #B161DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B161DB is #4E9E24. Grayscale: #868686. Windows color (decimal): -5152293 or 14377393. OLE color: 14377393.

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

Color convert

RGB 177 97 219 -
CMYK 0.19 0.56 0 0.14
HSL 279.34º 0.63% 0.62% -
HSV(B) 279.34º 0.56% 0.86% -
XYZ 35.19 23.01 69.6 -
YUV 134.83 175.5 158.08 -
System Red Green Blue C M Y K H S L
Decimal 177 97 219 0.19 0.56 0 0.14 279.34 0.63 0.62
Hex B1 61 DB 13 38 0 E 117 3F 3E
Octal 261 141 333 23 70 0 16 427 77 76
Binary 10110001 1100001 11011011 10011 111000 0 1110 100010111 111111 111110

Color Harmonies of #B161DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B161DB

Black with #B161DB

Text Example


Text Example

White with #B161DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B161DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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