Html Css Color HEX #B162C7 Medium Orchid

📋 copy color: '#B162C7'

red 177 ◦ green 98 ◦ blue 199

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

Shades of Medium Orchid #B162C7

Tints of Medium Orchid #B162C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.98%

R = 37.34%
G = 20.68%
B = 41.98%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B162C7 (or 0xB162C7) is known color: Medium Orchid. HEX triplet: B1, 62 and C7. RGB value is (177,98,199). Sum of RGB (Red+Green+Blue) = 177+98+199=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 199 - color contains mainly: blue. Hex color #B162C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162C7 is #4E9D38. Grayscale: #848484. Windows color (decimal): -5152057 or 13066929. OLE color: 13066929.

HSL color Cylindrical-coordinate representation of color #B162C7: hue angle of 286.93º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B162C7 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 98 199 -
CMYK 0.11 0.51 0 0.22
HSL 286.93º 0.47% 0.58% -
HSV(B) 286.93º 0.51% 0.78% -
XYZ 32.81 22.21 56.59 -
YUV 133.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 177 98 199 0.11 0.51 0 0.22 286.93 0.47 0.58
Hex B1 62 C7 B 33 0 16 11F 2F 3A
Octal 261 142 307 13 63 0 26 437 57 72
Binary 10110001 1100010 11000111 1011 110011 0 10110 100011111 101111 111010

Color Harmonies of #B162C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162C7

Black with #B162C7

Text Example


Text Example

White with #B162C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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