Html Css Color HEX #B160CF Medium Orchid

📋 copy color: '#B160CF'

red 177 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #B160CF

Tints of Medium Orchid #B160CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 36.88%
G = 20%
B = 43.13%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B160CF (or 0xB160CF) is known color: Medium Orchid. HEX triplet: B1, 60 and CF. RGB value is (177,96,207). Sum of RGB (Red+Green+Blue) = 177+96+207=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #B160CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160CF is #4E9F30. Grayscale: #848484. Windows color (decimal): -5152561 or 13590705. OLE color: 13590705.

HSL color Cylindrical-coordinate representation of color #B160CF: hue angle of 283.78º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B160CF is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 96 207 -
CMYK 0.14 0.54 0 0.19
HSL 283.78º 0.54% 0.59% -
HSV(B) 283.78º 0.54% 0.81% -
XYZ 33.58 22.22 61.55 -
YUV 132.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 177 96 207 0.14 0.54 0 0.19 283.78 0.54 0.59
Hex B1 60 CF E 36 0 13 11C 36 3B
Octal 261 140 317 16 66 0 23 434 66 73
Binary 10110001 1100000 11001111 1110 110110 0 10011 100011100 110110 111011

Color Harmonies of #B160CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B160CF

Black with #B160CF

Text Example


Text Example

White with #B160CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B160CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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