Html Css Color HEX #B174FA Medium Purple

📋 copy color: '#B174FA'

red 177 ◦ green 116 ◦ blue 250

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

Shades of Medium Purple #B174FA

Tints of Medium Purple #B174FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.04%

R = 32.6%
G = 21.36%
B = 46.04%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B174FA (or 0xB174FA) is known color: Medium Purple. HEX triplet: B1, 74 and FA. RGB value is (177,116,250). Sum of RGB (Red+Green+Blue) = 177+116+250=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #B174FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B174FA is #4E8B05. Grayscale: #959595. Windows color (decimal): -5147398 or 16413873. OLE color: 16413873.

HSL color Cylindrical-coordinate representation of color #B174FA: hue angle of 267.31º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B174FA is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 116 250 -
CMYK 0.29 0.54 0 0.02
HSL 267.31º 0.93% 0.72% -
HSV(B) 267.31º 0.54% 0.98% -
XYZ 41.63 28.74 93.8 -
YUV 149.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 177 116 250 0.29 0.54 0 0.02 267.31 0.93 0.72
Hex B1 74 FA 1D 36 0 2 10B 5D 48
Octal 261 164 372 35 66 0 2 413 135 110
Binary 10110001 1110100 11111010 11101 110110 0 10 100001011 1011101 1001000

Color Harmonies of #B174FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B174FA

Black with #B174FA

Text Example


Text Example

White with #B174FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B174FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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