Html Css Color HEX #B141A4 Violet Blue

📋 copy color: '#B141A4'

red 177 ◦ green 65 ◦ blue 164

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

Shades of Violet Blue #B141A4

Tints of Violet Blue #B141A4

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.01%

 BLUE value IS 164 (64.45% from 255) = 40.39%

R = 43.6%
G = 16.01%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B141A4 (or 0xB141A4) is known color: Violet Blue. HEX triplet: B1, 41 and A4. RGB value is (177,65,164). Sum of RGB (Red+Green+Blue) = 177+65+164=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B141A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141A4 is #4EBE5B. Grayscale: #6D6D6D. Windows color (decimal): -5160540 or 10764721. OLE color: 10764721.

HSL color Cylindrical-coordinate representation of color #B141A4: hue angle of 306.96º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B141A4 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 65 164 -
CMYK 0 0.63 0.07 0.31
HSL 306.96º 0.46% 0.47% -
HSV(B) 306.96º 0.63% 0.69% -
XYZ 26.72 15.81 36.76 -
YUV 109.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 177 65 164 0 0.63 0.07 0.31 306.96 0.46 0.47
Hex B1 41 A4 0 3F 7 1F 133 2E 2F
Octal 261 101 244 0 77 7 37 463 56 57
Binary 10110001 1000001 10100100 0 111111 111 11111 100110011 101110 101111

Color Harmonies of #B141A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141A4

Black with #B141A4

Text Example


Text Example

White with #B141A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141A4; }

 p { color: rgb(177,65,164); }

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

background-color css

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

 a { background-color: rgb(177,65,164); }

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

border-color css

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

 span { border-color: rgb(177,65,164); }

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