Html Css Color HEX #B163FF Medium Purple

📋 copy color: '#B163FF'

red 177 ◦ green 99 ◦ blue 255

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

Shades of Medium Purple #B163FF

Tints of Medium Purple #B163FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.02%

R = 33.33%
G = 18.64%
B = 48.02%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B163FF (or 0xB163FF) is known color: Medium Purple. HEX triplet: B1, 63 and FF. RGB value is (177,99,255). Sum of RGB (Red+Green+Blue) = 177+99+255=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #B163FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B163FF is #4E9C00. Grayscale: #8B8B8B. Windows color (decimal): -5151745 or 16737201. OLE color: 16737201.

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

Color convert

RGB 177 99 255 -
CMYK 0.31 0.61 0 0
HSL 270º 1% 0.69% -
HSV(B) 270º 0.61% 1% -
XYZ 40.64 25.49 97.39 -
YUV 140.11 192.84 154.32 -
System Red Green Blue C M Y K H S L
Decimal 177 99 255 0.31 0.61 0 0 270 1 0.69
Hex B1 63 FF 1F 3D 0 0 10E 64 45
Octal 261 143 377 37 75 0 0 416 144 105
Binary 10110001 1100011 11111111 11111 111101 0 0 100001110 1100100 1000101

Color Harmonies of #B163FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B163FF

Black with #B163FF

Text Example


Text Example

White with #B163FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B163FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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