Html Css Color HEX #B160DB Medium Orchid

📋 copy color: '#B160DB'

red 177 ◦ green 96 ◦ blue 219

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

Shades of Medium Orchid #B160DB

Tints of Medium Orchid #B160DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.51%

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

R = 35.98%
G = 19.51%
B = 44.51%

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

#B160DB (or 0xB160DB) is known color: Medium Orchid. HEX triplet: B1, 60 and DB. RGB value is (177,96,219). Sum of RGB (Red+Green+Blue) = 177+96+219=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #B160DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160DB is #4E9F24. Grayscale: #858585. Windows color (decimal): -5152549 or 14377137. OLE color: 14377137.

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

Color convert

RGB 177 96 219 -
CMYK 0.19 0.56 0 0.14
HSL 279.51º 0.63% 0.62% -
HSV(B) 279.51º 0.56% 0.86% -
XYZ 35.1 22.83 69.57 -
YUV 134.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 177 96 219 0.19 0.56 0 0.14 279.51 0.63 0.62
Hex B1 60 DB 13 38 0 E 118 3F 3E
Octal 261 140 333 23 70 0 16 430 77 76
Binary 10110001 1100000 11011011 10011 111000 0 1110 100011000 111111 111110

Color Harmonies of #B160DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B160DB

Black with #B160DB

Text Example


Text Example

White with #B160DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B160DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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