Html Css Color HEX #B2499D Violet Blue

📋 copy color: '#B2499D'

red 178 ◦ green 73 ◦ blue 157

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

Shades of Violet Blue #B2499D

Tints of Violet Blue #B2499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.89%

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 43.63%
G = 17.89%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2499D (or 0xB2499D) is known color: Violet Blue. HEX triplet: B2, 49 and 9D. RGB value is (178,73,157). Sum of RGB (Red+Green+Blue) = 178+73+157=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B2499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2499D is #4DB662. Grayscale: #717171. Windows color (decimal): -5092963 or 10308018. OLE color: 10308018.

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

Color convert

RGB 178 73 157 -
CMYK 0 0.59 0.12 0.30
HSL 312º 0.42% 0.49% -
HSV(B) 312º 0.59% 0.7% -
XYZ 26.83 16.66 33.7 -
YUV 113.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 178 73 157 0 0.59 0.12 0.30 312 0.42 0.49
Hex B2 49 9D 0 3B C 1E 138 2A 31
Octal 262 111 235 0 73 14 36 470 52 61
Binary 10110010 1001001 10011101 0 111011 1100 11110 100111000 101010 110001

Color Harmonies of #B2499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2499D

Black with #B2499D

Text Example


Text Example

White with #B2499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2499D; }

 p { color: rgb(178,73,157); }

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

background-color css

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

 a { background-color: rgb(178,73,157); }

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

border-color css

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

 span { border-color: rgb(178,73,157); }

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