Html Css Color HEX #B1529D Violet Blue

📋 copy color: '#B1529D'

red 177 ◦ green 82 ◦ blue 157

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

Shades of Violet Blue #B1529D

Tints of Violet Blue #B1529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.71%

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

R = 42.55%
G = 19.71%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1529D (or 0xB1529D) is known color: Violet Blue. HEX triplet: B1, 52 and 9D. RGB value is (177,82,157). Sum of RGB (Red+Green+Blue) = 177+82+157=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1529D is #4EAD62. Grayscale: #767676. Windows color (decimal): -5156195 or 10310321. OLE color: 10310321.

HSL color Cylindrical-coordinate representation of color #B1529D: hue angle of 312.63º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1529D is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 82 157 -
CMYK 0 0.54 0.11 0.31
HSL 312.63º 0.38% 0.51% -
HSV(B) 312.63º 0.54% 0.69% -
XYZ 27.23 17.82 33.9 -
YUV 118.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 177 82 157 0 0.54 0.11 0.31 312.63 0.38 0.51
Hex B1 52 9D 0 36 B 1F 139 26 33
Octal 261 122 235 0 66 13 37 471 46 63
Binary 10110001 1010010 10011101 0 110110 1011 11111 100111001 100110 110011

Color Harmonies of #B1529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1529D

Black with #B1529D

Text Example


Text Example

White with #B1529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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