Html Css Color HEX #B0589D Violet Blue

📋 copy color: '#B0589D'

red 176 ◦ green 88 ◦ blue 157

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

Shades of Violet Blue #B0589D

Tints of Violet Blue #B0589D

RGB

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

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

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

R = 41.81%
G = 20.9%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0589D (or 0xB0589D) is known color: Violet Blue. HEX triplet: B0, 58 and 9D. RGB value is (176,88,157). Sum of RGB (Red+Green+Blue) = 176+88+157=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0589D is #4FA762. Grayscale: #797979. Windows color (decimal): -5220195 or 10311856. OLE color: 10311856.

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

Color convert

RGB 176 88 157 -
CMYK 0 0.50 0.11 0.31
HSL 312.95º 0.36% 0.52% -
HSV(B) 312.95º 0.5% 0.69% -
XYZ 27.48 18.64 34.05 -
YUV 122.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 176 88 157 0 0.50 0.11 0.31 312.95 0.36 0.52
Hex B0 58 9D 0 32 B 1F 139 24 34
Octal 260 130 235 0 62 13 37 471 44 64
Binary 10110000 1011000 10011101 0 110010 1011 11111 100111001 100100 110100

Color Harmonies of #B0589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0589D

Black with #B0589D

Text Example


Text Example

White with #B0589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0589D; }

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

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

background-color css

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

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

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

border-color css

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

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

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