Html Css Color HEX #B0489D Violet Blue

📋 copy color: '#B0489D'

red 176 ◦ green 72 ◦ blue 157

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

Shades of Violet Blue #B0489D

Tints of Violet Blue #B0489D

RGB

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

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

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

R = 43.46%
G = 17.78%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0489D (or 0xB0489D) is known color: Violet Blue. HEX triplet: B0, 48 and 9D. RGB value is (176,72,157). Sum of RGB (Red+Green+Blue) = 176+72+157=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0489D is #4FB762. Grayscale: #707070. Windows color (decimal): -5224291 or 10307760. OLE color: 10307760.

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

Color convert

RGB 176 72 157 -
CMYK 0 0.59 0.11 0.31
HSL 310.96º 0.42% 0.49% -
HSV(B) 310.96º 0.59% 0.69% -
XYZ 26.31 16.3 33.66 -
YUV 112.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 176 72 157 0 0.59 0.11 0.31 310.96 0.42 0.49
Hex B0 48 9D 0 3B B 1F 137 2A 31
Octal 260 110 235 0 73 13 37 467 52 61
Binary 10110000 1001000 10011101 0 111011 1011 11111 100110111 101010 110001

Color Harmonies of #B0489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0489D

Black with #B0489D

Text Example


Text Example

White with #B0489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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