Html Css Color HEX #B163E1 Medium Orchid

📋 copy color: '#B163E1'

red 177 ◦ green 99 ◦ blue 225

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

Shades of Medium Orchid #B163E1

Tints of Medium Orchid #B163E1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.76%

 BLUE value IS 225 (88.28% from 255) = 44.91%

R = 35.33%
G = 19.76%
B = 44.91%

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

#B163E1 (or 0xB163E1) is known color: Medium Orchid. HEX triplet: B1, 63 and E1. RGB value is (177,99,225). Sum of RGB (Red+Green+Blue) = 177+99+225=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #B163E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163E1 is #4E9C1E. Grayscale: #888888. Windows color (decimal): -5151775 or 14771121. OLE color: 14771121.

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

Color convert

RGB 177 99 225 -
CMYK 0.21 0.56 0 0.12
HSL 277.14º 0.68% 0.64% -
HSV(B) 277.14º 0.56% 0.88% -
XYZ 36.18 23.71 73.9 -
YUV 136.69 177.84 156.75 -
System Red Green Blue C M Y K H S L
Decimal 177 99 225 0.21 0.56 0 0.12 277.14 0.68 0.64
Hex B1 63 E1 15 38 0 C 115 44 40
Octal 261 143 341 25 70 0 14 425 104 100
Binary 10110001 1100011 11100001 10101 111000 0 1100 100010101 1000100 1000000

Color Harmonies of #B163E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B163E1

Black with #B163E1

Text Example


Text Example

White with #B163E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B163E1; }

 p { color: rgb(177,99,225); }

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

background-color css

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

 a { background-color: rgb(177,99,225); }

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

border-color css

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

 span { border-color: rgb(177,99,225); }

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