Html Css Color HEX #B162C3 Medium Orchid

📋 copy color: '#B162C3'

red 177 ◦ green 98 ◦ blue 195

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

Shades of Medium Orchid #B162C3

Tints of Medium Orchid #B162C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.49%

R = 37.66%
G = 20.85%
B = 41.49%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B162C3 (or 0xB162C3) is known color: Medium Orchid. HEX triplet: B1, 62 and C3. RGB value is (177,98,195). Sum of RGB (Red+Green+Blue) = 177+98+195=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #B162C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162C3 is #4E9D3C. Grayscale: #848484. Windows color (decimal): -5152061 or 12804785. OLE color: 12804785.

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

Color convert

RGB 177 98 195 -
CMYK 0.09 0.50 0 0.24
HSL 288.87º 0.45% 0.57% -
HSV(B) 288.87º 0.5% 0.76% -
XYZ 32.35 22.02 54.18 -
YUV 132.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 177 98 195 0.09 0.50 0 0.24 288.87 0.45 0.57
Hex B1 62 C3 9 32 0 18 121 2D 39
Octal 261 142 303 11 62 0 30 441 55 71
Binary 10110001 1100010 11000011 1001 110010 0 11000 100100001 101101 111001

Color Harmonies of #B162C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162C3

Black with #B162C3

Text Example


Text Example

White with #B162C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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