Html Css Color HEX #B162C1 Medium Orchid

📋 copy color: '#B162C1'

red 177 ◦ green 98 ◦ blue 193

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

Shades of Medium Orchid #B162C1

Tints of Medium Orchid #B162C1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.94%

 BLUE value IS 193 (75.78% from 255) = 41.24%

R = 37.82%
G = 20.94%
B = 41.24%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B162C1 (or 0xB162C1) is known color: Medium Orchid. HEX triplet: B1, 62 and C1. RGB value is (177,98,193). Sum of RGB (Red+Green+Blue) = 177+98+193=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #B162C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162C1 is #4E9D3E. Grayscale: #848484. Windows color (decimal): -5152063 or 12673713. OLE color: 12673713.

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

Color convert

RGB 177 98 193 -
CMYK 0.08 0.49 0 0.24
HSL 289.89º 0.43% 0.57% -
HSV(B) 289.89º 0.49% 0.76% -
XYZ 32.12 21.93 52.99 -
YUV 132.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 177 98 193 0.08 0.49 0 0.24 289.89 0.43 0.57
Hex B1 62 C1 8 31 0 18 122 2B 39
Octal 261 142 301 10 61 0 30 442 53 71
Binary 10110001 1100010 11000001 1000 110001 0 11000 100100010 101011 111001

Color Harmonies of #B162C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162C1

Black with #B162C1

Text Example


Text Example

White with #B162C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162C1; }

 p { color: rgb(177,98,193); }

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

background-color css

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

 a { background-color: rgb(177,98,193); }

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

border-color css

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

 span { border-color: rgb(177,98,193); }

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