Html Css Color HEX #B164FF Medium Purple

📋 copy color: '#B164FF'

red 177 ◦ green 100 ◦ blue 255

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

Shades of Medium Purple #B164FF

Tints of Medium Purple #B164FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.8%

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

R = 33.27%
G = 18.8%
B = 47.93%

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

#B164FF (or 0xB164FF) is known color: Medium Purple. HEX triplet: B1, 64 and FF. RGB value is (177,100,255). Sum of RGB (Red+Green+Blue) = 177+100+255=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #B164FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B164FF is #4E9B00. Grayscale: #8C8C8C. Windows color (decimal): -5151489 or 16737457. OLE color: 16737457.

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

Color convert

RGB 177 100 255 -
CMYK 0.31 0.61 0 0
HSL 269.81º 1% 0.7% -
HSV(B) 269.81º 0.61% 1% -
XYZ 40.74 25.68 97.42 -
YUV 140.69 192.51 153.9 -
System Red Green Blue C M Y K H S L
Decimal 177 100 255 0.31 0.61 0 0 269.81 1 0.7
Hex B1 64 FF 1F 3D 0 0 10E 64 46
Octal 261 144 377 37 75 0 0 416 144 106
Binary 10110001 1100100 11111111 11111 111101 0 0 100001110 1100100 1000110

Color Harmonies of #B164FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B164FF

Black with #B164FF

Text Example


Text Example

White with #B164FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B164FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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