Html Css Color HEX #B0589F Violet Blue

📋 copy color: '#B0589F'

red 176 ◦ green 88 ◦ blue 159

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

Shades of Violet Blue #B0589F

Tints of Violet Blue #B0589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.8%

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 41.61%
G = 20.8%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0589F (or 0xB0589F) is known color: Violet Blue. HEX triplet: B0, 58 and 9F. RGB value is (176,88,159). Sum of RGB (Red+Green+Blue) = 176+88+159=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0589F is #4FA760. Grayscale: #7A7A7A. Windows color (decimal): -5220193 or 10442928. OLE color: 10442928.

HSL color Cylindrical-coordinate representation of color #B0589F: hue angle of 311.59º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0589F is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 159 -
CMYK 0 0.50 0.10 0.31
HSL 311.59º 0.36% 0.52% -
HSV(B) 311.59º 0.5% 0.69% -
XYZ 27.65 18.71 34.96 -
YUV 122.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 176 88 159 0 0.50 0.10 0.31 311.59 0.36 0.52
Hex B0 58 9F 0 32 A 1F 138 24 34
Octal 260 130 237 0 62 12 37 470 44 64
Binary 10110000 1011000 10011111 0 110010 1010 11111 100111000 100100 110100

Color Harmonies of #B0589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0589F

Black with #B0589F

Text Example


Text Example

White with #B0589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0589F; }

 p { color: rgb(176,88,159); }

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

background-color css

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

 a { background-color: rgb(176,88,159); }

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

border-color css

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

 span { border-color: rgb(176,88,159); }

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