Html Css Color HEX #B0649B Violet Blue

📋 copy color: '#B0649B'

red 176 ◦ green 100 ◦ blue 155

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

Shades of Violet Blue #B0649B

Tints of Violet Blue #B0649B

RGB

 RED value IS 176 (69.14% from 255) = 40.84%

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

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 40.84%
G = 23.2%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0649B (or 0xB0649B) is known color: Violet Blue. HEX triplet: B0, 64 and 9B. RGB value is (176,100,155). Sum of RGB (Red+Green+Blue) = 176+100+155=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0649B is #4F9B64. Grayscale: #808080. Windows color (decimal): -5217125 or 10183856. OLE color: 10183856.

HSL color Cylindrical-coordinate representation of color #B0649B: hue angle of 316.58º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0649B is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 155 -
CMYK 0 0.43 0.12 0.31
HSL 316.58º 0.32% 0.54% -
HSV(B) 316.58º 0.43% 0.69% -
XYZ 28.38 20.71 33.51 -
YUV 128.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 176 100 155 0 0.43 0.12 0.31 316.58 0.32 0.54
Hex B0 64 9B 0 2B C 1F 13D 20 36
Octal 260 144 233 0 53 14 37 475 40 66
Binary 10110000 1100100 10011011 0 101011 1100 11111 100111101 100000 110110

Color Harmonies of #B0649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0649B

Black with #B0649B

Text Example


Text Example

White with #B0649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0649B; }

 p { color: rgb(176,100,155); }

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

background-color css

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

 a { background-color: rgb(176,100,155); }

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

border-color css

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

 span { border-color: rgb(176,100,155); }

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