Html Css Color HEX #B162E0 Medium Orchid

📋 copy color: '#B162E0'

red 177 ◦ green 98 ◦ blue 224

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

Shades of Medium Orchid #B162E0

Tints of Medium Orchid #B162E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.89%

R = 35.47%
G = 19.64%
B = 44.89%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B162E0 (or 0xB162E0) is known color: Medium Orchid. HEX triplet: B1, 62 and E0. RGB value is (177,98,224). Sum of RGB (Red+Green+Blue) = 177+98+224=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #B162E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162E0 is #4E9D1F. Grayscale: #878787. Windows color (decimal): -5152032 or 14705329. OLE color: 14705329.

HSL color Cylindrical-coordinate representation of color #B162E0: hue angle of 277.62º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B162E0 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 98 224 -
CMYK 0.21 0.56 0 0.12
HSL 277.62º 0.67% 0.63% -
HSV(B) 277.62º 0.56% 0.88% -
XYZ 35.95 23.46 73.16 -
YUV 135.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 177 98 224 0.21 0.56 0 0.12 277.62 0.67 0.63
Hex B1 62 E0 15 38 0 C 116 43 3F
Octal 261 142 340 25 70 0 14 426 103 77
Binary 10110001 1100010 11100000 10101 111000 0 1100 100010110 1000011 111111

Color Harmonies of #B162E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162E0

Black with #B162E0

Text Example


Text Example

White with #B162E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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