Html Css Color HEX #B161E8 Medium Orchid

📋 copy color: '#B161E8'

red 177 ◦ green 97 ◦ blue 232

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

Shades of Medium Orchid #B161E8

Tints of Medium Orchid #B161E8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.17%

 BLUE value IS 232 (91.02% from 255) = 45.85%

R = 34.98%
G = 19.17%
B = 45.85%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B161E8 (or 0xB161E8) is known color: Medium Orchid. HEX triplet: B1, 61 and E8. RGB value is (177,97,232). Sum of RGB (Red+Green+Blue) = 177+97+232=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #B161E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B161E8 is #4E9E17. Grayscale: #878787. Windows color (decimal): -5152280 or 15229361. OLE color: 15229361.

HSL color Cylindrical-coordinate representation of color #B161E8: hue angle of 275.56º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B161E8 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 97 232 -
CMYK 0.24 0.58 0 0.09
HSL 275.56º 0.75% 0.65% -
HSV(B) 275.56º 0.58% 0.91% -
XYZ 36.97 23.72 78.97 -
YUV 136.31 182 157.02 -
System Red Green Blue C M Y K H S L
Decimal 177 97 232 0.24 0.58 0 0.09 275.56 0.75 0.65
Hex B1 61 E8 18 3A 0 9 114 4B 41
Octal 261 141 350 30 72 0 11 424 113 101
Binary 10110001 1100001 11101000 11000 111010 0 1001 100010100 1001011 1000001

Color Harmonies of #B161E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B161E8

Black with #B161E8

Text Example


Text Example

White with #B161E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B161E8; }

 p { color: rgb(177,97,232); }

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

background-color css

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

 a { background-color: rgb(177,97,232); }

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

border-color css

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

 span { border-color: rgb(177,97,232); }

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