Html Css Color HEX #B0449D Violet Blue

📋 copy color: '#B0449D'

red 176 ◦ green 68 ◦ blue 157

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

Shades of Violet Blue #B0449D

Tints of Violet Blue #B0449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.96%

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

R = 43.89%
G = 16.96%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0449D (or 0xB0449D) is known color: Violet Blue. HEX triplet: B0, 44 and 9D. RGB value is (176,68,157). Sum of RGB (Red+Green+Blue) = 176+68+157=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0449D is #4FBB62. Grayscale: #6E6E6E. Windows color (decimal): -5225315 or 10306736. OLE color: 10306736.

HSL color Cylindrical-coordinate representation of color #B0449D: hue angle of 310.56º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0449D is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 157 -
CMYK 0 0.61 0.11 0.31
HSL 310.56º 0.44% 0.48% -
HSV(B) 310.56º 0.61% 0.69% -
XYZ 26.06 15.8 33.57 -
YUV 110.44 154.28 174.76 -
System Red Green Blue C M Y K H S L
Decimal 176 68 157 0 0.61 0.11 0.31 310.56 0.44 0.48
Hex B0 44 9D 0 3D B 1F 137 2C 30
Octal 260 104 235 0 75 13 37 467 54 60
Binary 10110000 1000100 10011101 0 111101 1011 11111 100110111 101100 110000

Color Harmonies of #B0449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0449D

Black with #B0449D

Text Example


Text Example

White with #B0449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0449D; }

 p { color: rgb(176,68,157); }

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

background-color css

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

 a { background-color: rgb(176,68,157); }

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

border-color css

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

 span { border-color: rgb(176,68,157); }

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