Html Css Color HEX #B172FD Medium Purple

📋 copy color: '#B172FD'

red 177 ◦ green 114 ◦ blue 253

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

Shades of Medium Purple #B172FD

Tints of Medium Purple #B172FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.51%

R = 32.54%
G = 20.96%
B = 46.51%

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

#B172FD (or 0xB172FD) is known color: Medium Purple. HEX triplet: B1, 72 and FD. RGB value is (177,114,253). Sum of RGB (Red+Green+Blue) = 177+114+253=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #B172FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B172FD is #4E8D02. Grayscale: #949494. Windows color (decimal): -5147907 or 16609969. OLE color: 16609969.

HSL color Cylindrical-coordinate representation of color #B172FD: hue angle of 267.19º degrees, saturation: 0.97, 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 #B172FD is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 114 253 -
CMYK 0.30 0.55 0 0.01
HSL 267.19º 0.97% 0.72% -
HSV(B) 267.19º 0.55% 0.99% -
XYZ 41.88 28.47 96.22 -
YUV 148.68 186.87 148.2 -
System Red Green Blue C M Y K H S L
Decimal 177 114 253 0.30 0.55 0 0.01 267.19 0.97 0.72
Hex B1 72 FD 1E 37 0 1 10B 61 48
Octal 261 162 375 36 67 0 1 413 141 110
Binary 10110001 1110010 11111101 11110 110111 0 1 100001011 1100001 1001000

Color Harmonies of #B172FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172FD

Black with #B172FD

Text Example


Text Example

White with #B172FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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