Html Css Color HEX #B163E0 Medium Orchid

📋 copy color: '#B163E0'

red 177 ◦ green 99 ◦ blue 224

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

Shades of Medium Orchid #B163E0

Tints of Medium Orchid #B163E0

RGB

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

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

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

R = 35.4%
G = 19.8%
B = 44.8%

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

#B163E0 (or 0xB163E0) is known color: Medium Orchid. HEX triplet: B1, 63 and E0. RGB value is (177,99,224). Sum of RGB (Red+Green+Blue) = 177+99+224=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #B163E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163E0 is #4E9C1F. Grayscale: #888888. Windows color (decimal): -5151776 or 14705585. OLE color: 14705585.

HSL color Cylindrical-coordinate representation of color #B163E0: hue angle of 277.44º 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 #B163E0 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 99 224 -
CMYK 0.21 0.56 0 0.12
HSL 277.44º 0.67% 0.63% -
HSV(B) 277.44º 0.56% 0.88% -
XYZ 36.05 23.65 73.19 -
YUV 136.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 177 99 224 0.21 0.56 0 0.12 277.44 0.67 0.63
Hex B1 63 E0 15 38 0 C 115 43 3F
Octal 261 143 340 25 70 0 14 425 103 77
Binary 10110001 1100011 11100000 10101 111000 0 1100 100010101 1000011 111111

Color Harmonies of #B163E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B163E0

Black with #B163E0

Text Example


Text Example

White with #B163E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B163E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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