Html Css Color HEX #B160EF Medium Orchid

📋 copy color: '#B160EF'

red 177 ◦ green 96 ◦ blue 239

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

Shades of Medium Orchid #B160EF

Tints of Medium Orchid #B160EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 34.57%
G = 18.75%
B = 46.68%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B160EF (or 0xB160EF) is known color: Medium Orchid. HEX triplet: B1, 60 and EF. RGB value is (177,96,239). Sum of RGB (Red+Green+Blue) = 177+96+239=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #B160EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B160EF is #4E9F10. Grayscale: #888888. Windows color (decimal): -5152529 or 15687857. OLE color: 15687857.

HSL color Cylindrical-coordinate representation of color #B160EF: hue angle of 273.99º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B160EF is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 96 239 -
CMYK 0.26 0.60 0 0.06
HSL 273.99º 0.82% 0.66% -
HSV(B) 273.99º 0.6% 0.94% -
XYZ 37.89 23.94 84.29 -
YUV 136.52 185.84 156.87 -
System Red Green Blue C M Y K H S L
Decimal 177 96 239 0.26 0.60 0 0.06 273.99 0.82 0.66
Hex B1 60 EF 1A 3C 0 6 112 52 42
Octal 261 140 357 32 74 0 6 422 122 102
Binary 10110001 1100000 11101111 11010 111100 0 110 100010010 1010010 1000010

Color Harmonies of #B160EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B160EF

Black with #B160EF

Text Example


Text Example

White with #B160EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B160EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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