Html Css Color HEX #B0489B Violet Blue

📋 copy color: '#B0489B'

red 176 ◦ green 72 ◦ blue 155

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

Shades of Violet Blue #B0489B

Tints of Violet Blue #B0489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.87%

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

R = 43.67%
G = 17.87%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0489B (or 0xB0489B) is known color: Violet Blue. HEX triplet: B0, 48 and 9B. RGB value is (176,72,155). Sum of RGB (Red+Green+Blue) = 176+72+155=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0489B is #4FB764. Grayscale: #707070. Windows color (decimal): -5224293 or 10176688. OLE color: 10176688.

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

Color convert

RGB 176 72 155 -
CMYK 0 0.59 0.12 0.31
HSL 312.12º 0.42% 0.49% -
HSV(B) 312.12º 0.59% 0.69% -
XYZ 26.14 16.23 32.77 -
YUV 112.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 176 72 155 0 0.59 0.12 0.31 312.12 0.42 0.49
Hex B0 48 9B 0 3B C 1F 138 2A 31
Octal 260 110 233 0 73 14 37 470 52 61
Binary 10110000 1001000 10011011 0 111011 1100 11111 100111000 101010 110001

Color Harmonies of #B0489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0489B

Black with #B0489B

Text Example


Text Example

White with #B0489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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