Html Css Color HEX #B0529E Violet Blue

📋 copy color: '#B0529E'

red 176 ◦ green 82 ◦ blue 158

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

Shades of Violet Blue #B0529E

Tints of Violet Blue #B0529E

RGB

 RED value IS 176 (69.14% from 255) = 42.31%

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

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

R = 42.31%
G = 19.71%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0529E (or 0xB0529E) is known color: Violet Blue. HEX triplet: B0, 52 and 9E. RGB value is (176,82,158). Sum of RGB (Red+Green+Blue) = 176+82+158=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0529E is #4FAD61. Grayscale: #767676. Windows color (decimal): -5221730 or 10375856. OLE color: 10375856.

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

Color convert

RGB 176 82 158 -
CMYK 0 0.53 0.10 0.31
HSL 311.49º 0.37% 0.51% -
HSV(B) 311.49º 0.53% 0.69% -
XYZ 27.09 17.73 34.34 -
YUV 118.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 176 82 158 0 0.53 0.10 0.31 311.49 0.37 0.51
Hex B0 52 9E 0 35 A 1F 137 25 33
Octal 260 122 236 0 65 12 37 467 45 63
Binary 10110000 1010010 10011110 0 110101 1010 11111 100110111 100101 110011

Color Harmonies of #B0529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0529E

Black with #B0529E

Text Example


Text Example

White with #B0529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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