Html Css Color HEX #B0649A Violet Blue

📋 copy color: '#B0649A'

red 176 ◦ green 100 ◦ blue 154

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

Shades of Violet Blue #B0649A

Tints of Violet Blue #B0649A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.81%

R = 40.93%
G = 23.26%
B = 35.81%

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

#B0649A (or 0xB0649A) is known color: Violet Blue. HEX triplet: B0, 64 and 9A. RGB value is (176,100,154). Sum of RGB (Red+Green+Blue) = 176+100+154=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0649A is #4F9B65. Grayscale: #808080. Windows color (decimal): -5217126 or 10118320. OLE color: 10118320.

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

Color convert

RGB 176 100 154 -
CMYK 0 0.43 0.12 0.31
HSL 317.37º 0.32% 0.54% -
HSV(B) 317.37º 0.43% 0.69% -
XYZ 28.29 20.68 33.07 -
YUV 128.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 176 100 154 0 0.43 0.12 0.31 317.37 0.32 0.54
Hex B0 64 9A 0 2B C 1F 13D 20 36
Octal 260 144 232 0 53 14 37 475 40 66
Binary 10110000 1100100 10011010 0 101011 1100 11111 100111101 100000 110110

Color Harmonies of #B0649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0649A

Black with #B0649A

Text Example


Text Example

White with #B0649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0649A; }

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

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

background-color css

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

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

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

border-color css

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

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

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