Html Css Color HEX #B163EB Medium Orchid

📋 copy color: '#B163EB'

red 177 ◦ green 99 ◦ blue 235

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

Shades of Medium Orchid #B163EB

Tints of Medium Orchid #B163EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 34.64%
G = 19.37%
B = 45.99%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B163EB (or 0xB163EB) is known color: Medium Orchid. HEX triplet: B1, 63 and EB. RGB value is (177,99,235). Sum of RGB (Red+Green+Blue) = 177+99+235=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #B163EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B163EB is #4E9C14. Grayscale: #898989. Windows color (decimal): -5151765 or 15426481. OLE color: 15426481.

HSL color Cylindrical-coordinate representation of color #B163EB: hue angle of 274.41º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B163EB is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 99 235 -
CMYK 0.25 0.58 0 0.08
HSL 274.41º 0.77% 0.65% -
HSV(B) 274.41º 0.58% 0.92% -
XYZ 37.59 24.27 81.3 -
YUV 137.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 177 99 235 0.25 0.58 0 0.08 274.41 0.77 0.65
Hex B1 63 EB 19 3A 0 8 112 4D 41
Octal 261 143 353 31 72 0 10 422 115 101
Binary 10110001 1100011 11101011 11001 111010 0 1000 100010010 1001101 1000001

Color Harmonies of #B163EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B163EB

Black with #B163EB

Text Example


Text Example

White with #B163EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B163EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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