Html Css Color HEX #B2539F Violet Blue

📋 copy color: '#B2539F'

red 178 ◦ green 83 ◦ blue 159

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

Shades of Violet Blue #B2539F

Tints of Violet Blue #B2539F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.76%

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

R = 42.38%
G = 19.76%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2539F (or 0xB2539F) is known color: Violet Blue. HEX triplet: B2, 53 and 9F. RGB value is (178,83,159). Sum of RGB (Red+Green+Blue) = 178+83+159=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2539F is #4DAC60. Grayscale: #777777. Windows color (decimal): -5090401 or 10441650. OLE color: 10441650.

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

Color convert

RGB 178 83 159 -
CMYK 0 0.53 0.11 0.30
HSL 312º 0.38% 0.51% -
HSV(B) 312º 0.53% 0.7% -
XYZ 27.71 18.15 34.84 -
YUV 120.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 178 83 159 0 0.53 0.11 0.30 312 0.38 0.51
Hex B2 53 9F 0 35 B 1E 138 26 33
Octal 262 123 237 0 65 13 36 470 46 63
Binary 10110010 1010011 10011111 0 110101 1011 11110 100111000 100110 110011

Color Harmonies of #B2539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2539F

Black with #B2539F

Text Example


Text Example

White with #B2539F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2539F; }

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

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

background-color css

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

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

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

border-color css

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

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

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