Html Css Color HEX #B2579C Violet Blue

📋 copy color: '#B2579C'

red 178 ◦ green 87 ◦ blue 156

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

Shades of Violet Blue #B2579C

Tints of Violet Blue #B2579C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.67%

 BLUE value IS 156 (61.33% from 255) = 37.05%

R = 42.28%
G = 20.67%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2579C (or 0xB2579C) is known color: Violet Blue. HEX triplet: B2, 57 and 9C. RGB value is (178,87,156). Sum of RGB (Red+Green+Blue) = 178+87+156=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2579C is #4DA863. Grayscale: #797979. Windows color (decimal): -5089380 or 10246066. OLE color: 10246066.

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

Color convert

RGB 178 87 156 -
CMYK 0 0.51 0.12 0.30
HSL 314.51º 0.37% 0.52% -
HSV(B) 314.51º 0.51% 0.7% -
XYZ 27.77 18.68 33.59 -
YUV 122.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 178 87 156 0 0.51 0.12 0.30 314.51 0.37 0.52
Hex B2 57 9C 0 33 C 1E 13B 25 34
Octal 262 127 234 0 63 14 36 473 45 64
Binary 10110010 1010111 10011100 0 110011 1100 11110 100111011 100101 110100

Color Harmonies of #B2579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2579C

Black with #B2579C

Text Example


Text Example

White with #B2579C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2579C; }

 p { color: rgb(178,87,156); }

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

background-color css

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

 a { background-color: rgb(178,87,156); }

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

border-color css

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

 span { border-color: rgb(178,87,156); }

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