Html Css Color HEX #B172F8 Medium Purple

📋 copy color: '#B172F8'

red 177 ◦ green 114 ◦ blue 248

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

Shades of Medium Purple #B172F8

Tints of Medium Purple #B172F8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.15%

 BLUE value IS 248 (97.27% from 255) = 46.01%

R = 32.84%
G = 21.15%
B = 46.01%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B172F8 (or 0xB172F8) is known color: Medium Purple. HEX triplet: B1, 72 and F8. RGB value is (177,114,248). Sum of RGB (Red+Green+Blue) = 177+114+248=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 248 (97.27% from 255 or 46.01% from 539); Max value from RGB is 248 - color contains mainly: blue. Hex color #B172F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B172F8 is #4E8D07. Grayscale: #939393. Windows color (decimal): -5147912 or 16282289. OLE color: 16282289.

HSL color Cylindrical-coordinate representation of color #B172F8: hue angle of 268.21º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B172F8 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 114 248 -
CMYK 0.29 0.54 0 0.03
HSL 268.21º 0.91% 0.71% -
HSV(B) 268.21º 0.54% 0.97% -
XYZ 41.09 28.16 92.08 -
YUV 148.11 184.37 148.6 -
System Red Green Blue C M Y K H S L
Decimal 177 114 248 0.29 0.54 0 0.03 268.21 0.91 0.71
Hex B1 72 F8 1D 36 0 3 10C 5B 47
Octal 261 162 370 35 66 0 3 414 133 107
Binary 10110001 1110010 11111000 11101 110110 0 11 100001100 1011011 1000111

Color Harmonies of #B172F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172F8

Black with #B172F8

Text Example


Text Example

White with #B172F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172F8; }

 p { color: rgb(177,114,248); }

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

background-color css

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

 a { background-color: rgb(177,114,248); }

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

border-color css

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

 span { border-color: rgb(177,114,248); }

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