Html Css Color HEX #B2559F Violet Blue

📋 copy color: '#B2559F'

red 178 ◦ green 85 ◦ blue 159

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

Shades of Violet Blue #B2559F

Tints of Violet Blue #B2559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.14%

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 42.18%
G = 20.14%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2559F (or 0xB2559F) is known color: Violet Blue. HEX triplet: B2, 55 and 9F. RGB value is (178,85,159). Sum of RGB (Red+Green+Blue) = 178+85+159=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2559F is #4DAA60. Grayscale: #797979. Windows color (decimal): -5089889 or 10442162. OLE color: 10442162.

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

Color convert

RGB 178 85 159 -
CMYK 0 0.52 0.11 0.30
HSL 312.26º 0.38% 0.52% -
HSV(B) 312.26º 0.52% 0.7% -
XYZ 27.87 18.47 34.9 -
YUV 121.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 178 85 159 0 0.52 0.11 0.30 312.26 0.38 0.52
Hex B2 55 9F 0 34 B 1E 138 26 34
Octal 262 125 237 0 64 13 36 470 46 64
Binary 10110010 1010101 10011111 0 110100 1011 11110 100111000 100110 110100

Color Harmonies of #B2559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2559F

Black with #B2559F

Text Example


Text Example

White with #B2559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2559F; }

 p { color: rgb(178,85,159); }

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

background-color css

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

 a { background-color: rgb(178,85,159); }

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

border-color css

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

 span { border-color: rgb(178,85,159); }

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