Html Css Color HEX #B141A1 Violet Blue

📋 copy color: '#B141A1'

red 177 ◦ green 65 ◦ blue 161

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

Shades of Violet Blue #B141A1

Tints of Violet Blue #B141A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.95%

R = 43.92%
G = 16.13%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B141A1 (or 0xB141A1) is known color: Violet Blue. HEX triplet: B1, 41 and A1. RGB value is (177,65,161). Sum of RGB (Red+Green+Blue) = 177+65+161=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B141A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141A1 is #4EBE5E. Grayscale: #6D6D6D. Windows color (decimal): -5160543 or 10568113. OLE color: 10568113.

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

Color convert

RGB 177 65 161 -
CMYK 0 0.63 0.09 0.31
HSL 308.57º 0.46% 0.47% -
HSV(B) 308.57º 0.63% 0.69% -
XYZ 26.45 15.7 35.35 -
YUV 109.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 177 65 161 0 0.63 0.09 0.31 308.57 0.46 0.47
Hex B1 41 A1 0 3F 9 1F 135 2E 2F
Octal 261 101 241 0 77 11 37 465 56 57
Binary 10110001 1000001 10100001 0 111111 1001 11111 100110101 101110 101111

Color Harmonies of #B141A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141A1

Black with #B141A1

Text Example


Text Example

White with #B141A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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