Html Css Color HEX #B2539E Violet Blue

📋 copy color: '#B2539E'

red 178 ◦ green 83 ◦ blue 158

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

Shades of Violet Blue #B2539E

Tints of Violet Blue #B2539E

RGB

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

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

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

R = 42.48%
G = 19.81%
B = 37.71%

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

#B2539E (or 0xB2539E) is known color: Violet Blue. HEX triplet: B2, 53 and 9E. RGB value is (178,83,158). Sum of RGB (Red+Green+Blue) = 178+83+158=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2539E is #4DAC61. Grayscale: #777777. Windows color (decimal): -5090402 or 10376114. OLE color: 10376114.

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

Color convert

RGB 178 83 158 -
CMYK 0 0.53 0.11 0.30
HSL 312.63º 0.38% 0.51% -
HSV(B) 312.63º 0.53% 0.7% -
XYZ 27.62 18.12 34.39 -
YUV 119.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 178 83 158 0 0.53 0.11 0.30 312.63 0.38 0.51
Hex B2 53 9E 0 35 B 1E 139 26 33
Octal 262 123 236 0 65 13 36 471 46 63
Binary 10110010 1010011 10011110 0 110101 1011 11110 100111001 100110 110011

Color Harmonies of #B2539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2539E

Black with #B2539E

Text Example


Text Example

White with #B2539E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2539E; }

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

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

background-color css

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

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

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

border-color css

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

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

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