Html Css Color HEX #B160D7 Medium Orchid

📋 copy color: '#B160D7'

red 177 ◦ green 96 ◦ blue 215

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

Shades of Medium Orchid #B160D7

Tints of Medium Orchid #B160D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.06%

R = 36.27%
G = 19.67%
B = 44.06%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B160D7 (or 0xB160D7) is known color: Medium Orchid. HEX triplet: B1, 60 and D7. RGB value is (177,96,215). Sum of RGB (Red+Green+Blue) = 177+96+215=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #B160D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160D7 is #4E9F28. Grayscale: #858585. Windows color (decimal): -5152553 or 14114993. OLE color: 14114993.

HSL color Cylindrical-coordinate representation of color #B160D7: hue angle of 280.84º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B160D7 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 96 215 -
CMYK 0.18 0.55 0 0.16
HSL 280.84º 0.6% 0.61% -
HSV(B) 280.84º 0.55% 0.84% -
XYZ 34.58 22.62 66.83 -
YUV 133.79 173.84 158.82 -
System Red Green Blue C M Y K H S L
Decimal 177 96 215 0.18 0.55 0 0.16 280.84 0.6 0.61
Hex B1 60 D7 12 37 0 10 119 3C 3D
Octal 261 140 327 22 67 0 20 431 74 75
Binary 10110001 1100000 11010111 10010 110111 0 10000 100011001 111100 111101

Color Harmonies of #B160D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B160D7

Black with #B160D7

Text Example


Text Example

White with #B160D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B160D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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