Html Css Color HEX #B162CA Medium Orchid

📋 copy color: '#B162CA'

red 177 ◦ green 98 ◦ blue 202

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

Shades of Medium Orchid #B162CA

Tints of Medium Orchid #B162CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 37.11%
G = 20.55%
B = 42.35%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B162CA (or 0xB162CA) is known color: Medium Orchid. HEX triplet: B1, 62 and CA. RGB value is (177,98,202). Sum of RGB (Red+Green+Blue) = 177+98+202=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #B162CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162CA is #4E9D35. Grayscale: #858585. Windows color (decimal): -5152054 or 13263537. OLE color: 13263537.

HSL color Cylindrical-coordinate representation of color #B162CA: hue angle of 285.58º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B162CA is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 98 202 -
CMYK 0.12 0.51 0 0.21
HSL 285.58º 0.5% 0.59% -
HSV(B) 285.58º 0.51% 0.79% -
XYZ 33.16 22.35 58.44 -
YUV 133.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 177 98 202 0.12 0.51 0 0.21 285.58 0.5 0.59
Hex B1 62 CA C 33 0 15 11E 32 3B
Octal 261 142 312 14 63 0 25 436 62 73
Binary 10110001 1100010 11001010 1100 110011 0 10101 100011110 110010 111011

Color Harmonies of #B162CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162CA

Black with #B162CA

Text Example


Text Example

White with #B162CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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