Html Css Color HEX #B1479D Violet Blue

📋 copy color: '#B1479D'

red 177 ◦ green 71 ◦ blue 157

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

Shades of Violet Blue #B1479D

Tints of Violet Blue #B1479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.53%

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 43.7%
G = 17.53%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1479D (or 0xB1479D) is known color: Violet Blue. HEX triplet: B1, 47 and 9D. RGB value is (177,71,157). Sum of RGB (Red+Green+Blue) = 177+71+157=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1479D is #4EB862. Grayscale: #707070. Windows color (decimal): -5159011 or 10307505. OLE color: 10307505.

HSL color Cylindrical-coordinate representation of color #B1479D: hue angle of 311.32º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1479D is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 157 -
CMYK 0 0.60 0.11 0.31
HSL 311.32º 0.43% 0.49% -
HSV(B) 311.32º 0.6% 0.69% -
XYZ 26.47 16.29 33.65 -
YUV 112.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 177 71 157 0 0.60 0.11 0.31 311.32 0.43 0.49
Hex B1 47 9D 0 3C B 1F 137 2B 31
Octal 261 107 235 0 74 13 37 467 53 61
Binary 10110001 1000111 10011101 0 111100 1011 11111 100110111 101011 110001

Color Harmonies of #B1479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1479D

Black with #B1479D

Text Example


Text Example

White with #B1479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1479D; }

 p { color: rgb(177,71,157); }

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

background-color css

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

 a { background-color: rgb(177,71,157); }

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

border-color css

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

 span { border-color: rgb(177,71,157); }

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