Html Css Color HEX #B174FC Medium Purple

📋 copy color: '#B174FC'

red 177 ◦ green 116 ◦ blue 252

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

Shades of Medium Purple #B174FC

Tints of Medium Purple #B174FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.28%

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

R = 32.48%
G = 21.28%
B = 46.24%

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

#B174FC (or 0xB174FC) is known color: Medium Purple. HEX triplet: B1, 74 and FC. RGB value is (177,116,252). Sum of RGB (Red+Green+Blue) = 177+116+252=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #B174FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B174FC is #4E8B03. Grayscale: #959595. Windows color (decimal): -5147396 or 16544945. OLE color: 16544945.

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

Color convert

RGB 177 116 252 -
CMYK 0.30 0.54 0 0.01
HSL 266.91º 0.96% 0.72% -
HSV(B) 266.91º 0.54% 0.99% -
XYZ 41.95 28.87 95.46 -
YUV 149.74 185.71 147.44 -
System Red Green Blue C M Y K H S L
Decimal 177 116 252 0.30 0.54 0 0.01 266.91 0.96 0.72
Hex B1 74 FC 1E 36 0 1 10B 60 48
Octal 261 164 374 36 66 0 1 413 140 110
Binary 10110001 1110100 11111100 11110 110110 0 1 100001011 1100000 1001000

Color Harmonies of #B174FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B174FC

Black with #B174FC

Text Example


Text Example

White with #B174FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B174FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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