Html Css Color HEX #B16AE5 Medium Orchid

📋 copy color: '#B16AE5'

red 177 ◦ green 106 ◦ blue 229

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

Shades of Medium Orchid #B16AE5

Tints of Medium Orchid #B16AE5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.7%

 BLUE value IS 229 (89.84% from 255) = 44.73%

R = 34.57%
G = 20.7%
B = 44.73%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B16AE5 (or 0xB16AE5) is known color: Medium Orchid. HEX triplet: B1, 6A and E5. RGB value is (177,106,229). Sum of RGB (Red+Green+Blue) = 177+106+229=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #B16AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16AE5 is #4E951A. Grayscale: #8C8C8C. Windows color (decimal): -5149979 or 15035057. OLE color: 15035057.

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

Color convert

RGB 177 106 229 -
CMYK 0.23 0.54 0 0.10
HSL 274.63º 0.7% 0.66% -
HSV(B) 274.63º 0.54% 0.9% -
XYZ 37.43 25.31 77.04 -
YUV 141.25 177.52 153.5 -
System Red Green Blue C M Y K H S L
Decimal 177 106 229 0.23 0.54 0 0.10 274.63 0.7 0.66
Hex B1 6A E5 17 36 0 A 113 46 42
Octal 261 152 345 27 66 0 12 423 106 102
Binary 10110001 1101010 11100101 10111 110110 0 1010 100010011 1000110 1000010

Color Harmonies of #B16AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16AE5

Black with #B16AE5

Text Example


Text Example

White with #B16AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16AE5; }

 p { color: rgb(177,106,229); }

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

background-color css

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

 a { background-color: rgb(177,106,229); }

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

border-color css

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

 span { border-color: rgb(177,106,229); }

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