Html Css Color HEX #B162C0 Medium Orchid

📋 copy color: '#B162C0'

red 177 ◦ green 98 ◦ blue 192

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

Shades of Medium Orchid #B162C0

Tints of Medium Orchid #B162C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.11%

R = 37.9%
G = 20.99%
B = 41.11%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B162C0 (or 0xB162C0) is known color: Medium Orchid. HEX triplet: B1, 62 and C0. RGB value is (177,98,192). Sum of RGB (Red+Green+Blue) = 177+98+192=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #B162C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162C0 is #4E9D3F. Grayscale: #848484. Windows color (decimal): -5152064 or 12608177. OLE color: 12608177.

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

Color convert

RGB 177 98 192 -
CMYK 0.08 0.49 0 0.25
HSL 290.43º 0.43% 0.57% -
HSV(B) 290.43º 0.49% 0.75% -
XYZ 32.01 21.89 52.41 -
YUV 132.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 177 98 192 0.08 0.49 0 0.25 290.43 0.43 0.57
Hex B1 62 C0 8 31 0 19 122 2B 39
Octal 261 142 300 10 61 0 31 442 53 71
Binary 10110001 1100010 11000000 1000 110001 0 11001 100100010 101011 111001

Color Harmonies of #B162C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162C0

Black with #B162C0

Text Example


Text Example

White with #B162C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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