Html Css Color HEX #B2649D Violet Blue

📋 copy color: '#B2649D'

red 178 ◦ green 100 ◦ blue 157

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

Shades of Violet Blue #B2649D

Tints of Violet Blue #B2649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.99%

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

R = 40.92%
G = 22.99%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2649D (or 0xB2649D) is known color: Violet Blue. HEX triplet: B2, 64 and 9D. RGB value is (178,100,157). Sum of RGB (Red+Green+Blue) = 178+100+157=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2649D is #4D9B62. Grayscale: #818181. Windows color (decimal): -5086051 or 10314930. OLE color: 10314930.

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

Color convert

RGB 178 100 157 -
CMYK 0 0.44 0.12 0.30
HSL 316.15º 0.34% 0.55% -
HSV(B) 316.15º 0.44% 0.7% -
XYZ 29 21.01 34.43 -
YUV 129.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 178 100 157 0 0.44 0.12 0.30 316.15 0.34 0.55
Hex B2 64 9D 0 2C C 1E 13C 22 37
Octal 262 144 235 0 54 14 36 474 42 67
Binary 10110010 1100100 10011101 0 101100 1100 11110 100111100 100010 110111

Color Harmonies of #B2649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2649D

Black with #B2649D

Text Example


Text Example

White with #B2649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2649D; }

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

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

background-color css

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

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

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

border-color css

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

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

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