Html Css Color HEX #B4649D Violet Blue

📋 copy color: '#B4649D'

red 180 ◦ green 100 ◦ blue 157

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

Shades of Violet Blue #B4649D

Tints of Violet Blue #B4649D

RGB

 RED value IS 180 (70.7% from 255) = 41.19%

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

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

R = 41.19%
G = 22.88%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4649D (or 0xB4649D) is known color: Violet Blue. HEX triplet: B4, 64 and 9D. RGB value is (180,100,157). Sum of RGB (Red+Green+Blue) = 180+100+157=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4649D is #4B9B62. Grayscale: #828282. Windows color (decimal): -4954979 or 10314932. OLE color: 10314932.

HSL color Cylindrical-coordinate representation of color #B4649D: hue angle of 317.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4649D is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 100 157 -
CMYK 0 0.44 0.13 0.29
HSL 317.25º 0.35% 0.55% -
HSV(B) 317.25º 0.44% 0.71% -
XYZ 29.47 21.25 34.45 -
YUV 130.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 180 100 157 0 0.44 0.13 0.29 317.25 0.35 0.55
Hex B4 64 9D 0 2C D 1D 13D 23 37
Octal 264 144 235 0 54 15 35 475 43 67
Binary 10110100 1100100 10011101 0 101100 1101 11101 100111101 100011 110111

Color Harmonies of #B4649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4649D

Black with #B4649D

Text Example


Text Example

White with #B4649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4649D; }

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

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

background-color css

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

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

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

border-color css

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

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

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