Html Css Color HEX #B163FE Medium Purple

📋 copy color: '#B163FE'

red 177 ◦ green 99 ◦ blue 254

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

Shades of Medium Purple #B163FE

Tints of Medium Purple #B163FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 33.4%
G = 18.68%
B = 47.92%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B163FE (or 0xB163FE) is known color: Medium Purple. HEX triplet: B1, 63 and FE. RGB value is (177,99,254). Sum of RGB (Red+Green+Blue) = 177+99+254=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #B163FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B163FE is #4E9C01. Grayscale: #8B8B8B. Windows color (decimal): -5151746 or 16671665. OLE color: 16671665.

HSL color Cylindrical-coordinate representation of color #B163FE: hue angle of 270.19º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B163FE is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 99 254 -
CMYK 0.30 0.61 0 0.00
HSL 270.19º 0.99% 0.69% -
HSV(B) 270.19º 0.61% 1% -
XYZ 40.48 25.43 96.54 -
YUV 139.99 192.34 154.4 -
System Red Green Blue C M Y K H S L
Decimal 177 99 254 0.30 0.61 0 0.00 270.19 0.99 0.69
Hex B1 63 FE 1E 3D 0 0 10E 63 45
Octal 261 143 376 36 75 0 0 416 143 105
Binary 10110001 1100011 11111110 11110 111101 0 0 100001110 1100011 1000101

Color Harmonies of #B163FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B163FE

Black with #B163FE

Text Example


Text Example

White with #B163FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B163FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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