Html Css Color HEX #B162E6 Medium Orchid

📋 copy color: '#B162E6'

red 177 ◦ green 98 ◦ blue 230

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

Shades of Medium Orchid #B162E6

Tints of Medium Orchid #B162E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 35.05%
G = 19.41%
B = 45.54%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B162E6 (or 0xB162E6) is known color: Medium Orchid. HEX triplet: B1, 62 and E6. RGB value is (177,98,230). Sum of RGB (Red+Green+Blue) = 177+98+230=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #B162E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162E6 is #4E9D19. Grayscale: #888888. Windows color (decimal): -5152026 or 15098545. OLE color: 15098545.

HSL color Cylindrical-coordinate representation of color #B162E6: hue angle of 275.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B162E6 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 98 230 -
CMYK 0.23 0.57 0 0.10
HSL 275.91º 0.73% 0.64% -
HSV(B) 275.91º 0.57% 0.9% -
XYZ 36.78 23.8 77.52 -
YUV 136.67 180.67 156.77 -
System Red Green Blue C M Y K H S L
Decimal 177 98 230 0.23 0.57 0 0.10 275.91 0.73 0.64
Hex B1 62 E6 17 39 0 A 114 49 40
Octal 261 142 346 27 71 0 12 424 111 100
Binary 10110001 1100010 11100110 10111 111001 0 1010 100010100 1001001 1000000

Color Harmonies of #B162E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B162E6

Black with #B162E6

Text Example


Text Example

White with #B162E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B162E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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