Html Css Color HEX #B160C2 Medium Orchid

📋 copy color: '#B160C2'

red 177 ◦ green 96 ◦ blue 194

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

Shades of Medium Orchid #B160C2

Tints of Medium Orchid #B160C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.54%

R = 37.9%
G = 20.56%
B = 41.54%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B160C2 (or 0xB160C2) is known color: Medium Orchid. HEX triplet: B1, 60 and C2. RGB value is (177,96,194). Sum of RGB (Red+Green+Blue) = 177+96+194=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #B160C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160C2 is #4E9F3D. Grayscale: #838383. Windows color (decimal): -5152574 or 12738737. OLE color: 12738737.

HSL color Cylindrical-coordinate representation of color #B160C2: hue angle of 289.59º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B160C2 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 96 194 -
CMYK 0.09 0.51 0 0.24
HSL 289.59º 0.45% 0.57% -
HSV(B) 289.59º 0.51% 0.76% -
XYZ 32.05 21.61 53.52 -
YUV 131.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 177 96 194 0.09 0.51 0 0.24 289.59 0.45 0.57
Hex B1 60 C2 9 33 0 18 122 2D 39
Octal 261 140 302 11 63 0 30 442 55 71
Binary 10110001 1100000 11000010 1001 110011 0 11000 100100010 101101 111001

Color Harmonies of #B160C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B160C2

Black with #B160C2

Text Example


Text Example

White with #B160C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B160C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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