Html Css Color HEX #B2529E Violet Blue

📋 copy color: '#B2529E'

red 178 ◦ green 82 ◦ blue 158

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

Shades of Violet Blue #B2529E

Tints of Violet Blue #B2529E

RGB

 RED value IS 178 (69.92% from 255) = 42.58%

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

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

R = 42.58%
G = 19.62%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2529E (or 0xB2529E) is known color: Violet Blue. HEX triplet: B2, 52 and 9E. RGB value is (178,82,158). Sum of RGB (Red+Green+Blue) = 178+82+158=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2529E is #4DAD61. Grayscale: #777777. Windows color (decimal): -5090658 or 10375858. OLE color: 10375858.

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

Color convert

RGB 178 82 158 -
CMYK 0 0.54 0.11 0.30
HSL 312.5º 0.38% 0.51% -
HSV(B) 312.5º 0.54% 0.7% -
XYZ 27.55 17.97 34.36 -
YUV 119.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 178 82 158 0 0.54 0.11 0.30 312.5 0.38 0.51
Hex B2 52 9E 0 36 B 1E 138 26 33
Octal 262 122 236 0 66 13 36 470 46 63
Binary 10110010 1010010 10011110 0 110110 1011 11110 100111000 100110 110011

Color Harmonies of #B2529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2529E

Black with #B2529E

Text Example


Text Example

White with #B2529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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