Html Css Color HEX #B3649D Violet Blue

📋 copy color: '#B3649D'

red 179 ◦ green 100 ◦ blue 157

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

Shades of Violet Blue #B3649D

Tints of Violet Blue #B3649D

RGB

 RED value IS 179 (70.31% from 255) = 41.06%

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

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

R = 41.06%
G = 22.94%
B = 36.01%

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

#B3649D (or 0xB3649D) is known color: Violet Blue. HEX triplet: B3, 64 and 9D. RGB value is (179,100,157). Sum of RGB (Red+Green+Blue) = 179+100+157=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B3649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3649D is #4C9B62. Grayscale: #818181. Windows color (decimal): -5020515 or 10314931. OLE color: 10314931.

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

Color convert

RGB 179 100 157 -
CMYK 0 0.44 0.12 0.30
HSL 316.71º 0.34% 0.55% -
HSV(B) 316.71º 0.44% 0.7% -
XYZ 29.23 21.13 34.44 -
YUV 130.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 179 100 157 0 0.44 0.12 0.30 316.71 0.34 0.55
Hex B3 64 9D 0 2C C 1E 13D 22 37
Octal 263 144 235 0 54 14 36 475 42 67
Binary 10110011 1100100 10011101 0 101100 1100 11110 100111101 100010 110111

Color Harmonies of #B3649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3649D

Black with #B3649D

Text Example


Text Example

White with #B3649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3649D; }

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

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

background-color css

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

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

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

border-color css

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

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

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