Html Css Color HEX #B172FC Medium Purple

📋 copy color: '#B172FC'

red 177 ◦ green 114 ◦ blue 252

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

Shades of Medium Purple #B172FC

Tints of Medium Purple #B172FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.41%

R = 32.6%
G = 20.99%
B = 46.41%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B172FC (or 0xB172FC) is known color: Medium Purple. HEX triplet: B1, 72 and FC. RGB value is (177,114,252). Sum of RGB (Red+Green+Blue) = 177+114+252=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #B172FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B172FC is #4E8D03. Grayscale: #949494. Windows color (decimal): -5147908 or 16544433. OLE color: 16544433.

HSL color Cylindrical-coordinate representation of color #B172FC: hue angle of 267.39º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B172FC is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 114 252 -
CMYK 0.30 0.55 0 0.01
HSL 267.39º 0.96% 0.72% -
HSV(B) 267.39º 0.55% 0.99% -
XYZ 41.72 28.41 95.38 -
YUV 148.57 186.37 148.28 -
System Red Green Blue C M Y K H S L
Decimal 177 114 252 0.30 0.55 0 0.01 267.39 0.96 0.72
Hex B1 72 FC 1E 37 0 1 10B 60 48
Octal 261 162 374 36 67 0 1 413 140 110
Binary 10110001 1110010 11111100 11110 110111 0 1 100001011 1100000 1001000

Color Harmonies of #B172FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172FC

Black with #B172FC

Text Example


Text Example

White with #B172FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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