Html Css Color HEX #B1529E Violet Blue

📋 copy color: '#B1529E'

red 177 ◦ green 82 ◦ blue 158

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

Shades of Violet Blue #B1529E

Tints of Violet Blue #B1529E

RGB

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

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

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

R = 42.45%
G = 19.66%
B = 37.89%

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

#B1529E (or 0xB1529E) is known color: Violet Blue. HEX triplet: B1, 52 and 9E. RGB value is (177,82,158). Sum of RGB (Red+Green+Blue) = 177+82+158=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1529E is #4EAD61. Grayscale: #767676. Windows color (decimal): -5156194 or 10375857. OLE color: 10375857.

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

Color convert

RGB 177 82 158 -
CMYK 0 0.54 0.11 0.31
HSL 312º 0.38% 0.51% -
HSV(B) 312º 0.54% 0.69% -
XYZ 27.32 17.85 34.35 -
YUV 119.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 177 82 158 0 0.54 0.11 0.31 312 0.38 0.51
Hex B1 52 9E 0 36 B 1F 138 26 33
Octal 261 122 236 0 66 13 37 470 46 63
Binary 10110001 1010010 10011110 0 110110 1011 11111 100111000 100110 110011

Color Harmonies of #B1529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1529E

Black with #B1529E

Text Example


Text Example

White with #B1529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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