Html Css Color HEX #B2559A Violet Blue

📋 copy color: '#B2559A'

red 178 ◦ green 85 ◦ blue 154

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

Shades of Violet Blue #B2559A

Tints of Violet Blue #B2559A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 42.69%
G = 20.38%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2559A (or 0xB2559A) is known color: Violet Blue. HEX triplet: B2, 55 and 9A. RGB value is (178,85,154). Sum of RGB (Red+Green+Blue) = 178+85+154=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2559A is #4DAA65. Grayscale: #787878. Windows color (decimal): -5089894 or 10114482. OLE color: 10114482.

HSL color Cylindrical-coordinate representation of color #B2559A: hue angle of 315.48º 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 #B2559A is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 85 154 -
CMYK 0 0.52 0.13 0.30
HSL 315.48º 0.38% 0.52% -
HSV(B) 315.48º 0.52% 0.7% -
XYZ 27.44 18.3 32.66 -
YUV 120.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 178 85 154 0 0.52 0.13 0.30 315.48 0.38 0.52
Hex B2 55 9A 0 34 D 1E 13B 26 34
Octal 262 125 232 0 64 15 36 473 46 64
Binary 10110010 1010101 10011010 0 110100 1101 11110 100111011 100110 110100

Color Harmonies of #B2559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2559A

Black with #B2559A

Text Example


Text Example

White with #B2559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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