Html Css Color HEX #B0589C Violet Blue

📋 copy color: '#B0589C'

red 176 ◦ green 88 ◦ blue 156

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

Shades of Violet Blue #B0589C

Tints of Violet Blue #B0589C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 41.9%
G = 20.95%
B = 37.14%

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

#B0589C (or 0xB0589C) is known color: Violet Blue. HEX triplet: B0, 58 and 9C. RGB value is (176,88,156). Sum of RGB (Red+Green+Blue) = 176+88+156=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0589C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0589C is #4FA763. Grayscale: #797979. Windows color (decimal): -5220196 or 10246320. OLE color: 10246320.

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

Color convert

RGB 176 88 156 -
CMYK 0 0.50 0.11 0.31
HSL 313.64º 0.36% 0.52% -
HSV(B) 313.64º 0.5% 0.69% -
XYZ 27.39 18.61 33.6 -
YUV 122.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 176 88 156 0 0.50 0.11 0.31 313.64 0.36 0.52
Hex B0 58 9C 0 32 B 1F 13A 24 34
Octal 260 130 234 0 62 13 37 472 44 64
Binary 10110000 1011000 10011100 0 110010 1011 11111 100111010 100100 110100

Color Harmonies of #B0589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0589C

Black with #B0589C

Text Example


Text Example

White with #B0589C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0589C; }

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

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

background-color css

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

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

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

border-color css

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

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

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