Html Css Color HEX #B173FC Medium Purple

📋 copy color: '#B173FC'

red 177 ◦ green 115 ◦ blue 252

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

Shades of Medium Purple #B173FC

Tints of Medium Purple #B173FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.14%

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

R = 32.54%
G = 21.14%
B = 46.32%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B173FC (or 0xB173FC) is known color: Medium Purple. HEX triplet: B1, 73 and FC. RGB value is (177,115,252). Sum of RGB (Red+Green+Blue) = 177+115+252=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #B173FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B173FC is #4E8C03. Grayscale: #949494. Windows color (decimal): -5147652 or 16544689. OLE color: 16544689.

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

Color convert

RGB 177 115 252 -
CMYK 0.30 0.54 0 0.01
HSL 267.15º 0.96% 0.72% -
HSV(B) 267.15º 0.54% 0.99% -
XYZ 41.83 28.64 95.42 -
YUV 149.16 186.04 147.86 -
System Red Green Blue C M Y K H S L
Decimal 177 115 252 0.30 0.54 0 0.01 267.15 0.96 0.72
Hex B1 73 FC 1E 36 0 1 10B 60 48
Octal 261 163 374 36 66 0 1 413 140 110
Binary 10110001 1110011 11111100 11110 110110 0 1 100001011 1100000 1001000

Color Harmonies of #B173FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B173FC

Black with #B173FC

Text Example


Text Example

White with #B173FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B173FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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