Html Css Color HEX #B1479E Violet Blue

📋 copy color: '#B1479E'

red 177 ◦ green 71 ◦ blue 158

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

Shades of Violet Blue #B1479E

Tints of Violet Blue #B1479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.92%

R = 43.6%
G = 17.49%
B = 38.92%

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

#B1479E (or 0xB1479E) is known color: Violet Blue. HEX triplet: B1, 47 and 9E. RGB value is (177,71,158). Sum of RGB (Red+Green+Blue) = 177+71+158=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1479E is #4EB861. Grayscale: #707070. Windows color (decimal): -5159010 or 10373041. OLE color: 10373041.

HSL color Cylindrical-coordinate representation of color #B1479E: hue angle of 310.75º 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 #B1479E is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 158 -
CMYK 0 0.60 0.11 0.31
HSL 310.75º 0.43% 0.49% -
HSV(B) 310.75º 0.6% 0.69% -
XYZ 26.56 16.32 34.1 -
YUV 112.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 177 71 158 0 0.60 0.11 0.31 310.75 0.43 0.49
Hex B1 47 9E 0 3C B 1F 137 2B 31
Octal 261 107 236 0 74 13 37 467 53 61
Binary 10110001 1000111 10011110 0 111100 1011 11111 100110111 101011 110001

Color Harmonies of #B1479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1479E

Black with #B1479E

Text Example


Text Example

White with #B1479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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