Html Css Color HEX #B0599F Violet Blue

📋 copy color: '#B0599F'

red 176 ◦ green 89 ◦ blue 159

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

Shades of Violet Blue #B0599F

Tints of Violet Blue #B0599F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.99%

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

R = 41.51%
G = 20.99%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0599F (or 0xB0599F) is known color: Violet Blue. HEX triplet: B0, 59 and 9F. RGB value is (176,89,159). Sum of RGB (Red+Green+Blue) = 176+89+159=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B0599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0599F is #4FA660. Grayscale: #7A7A7A. Windows color (decimal): -5219937 or 10443184. OLE color: 10443184.

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

Color convert

RGB 176 89 159 -
CMYK 0 0.49 0.10 0.31
HSL 311.72º 0.36% 0.52% -
HSV(B) 311.72º 0.49% 0.69% -
XYZ 27.73 18.88 34.98 -
YUV 122.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 176 89 159 0 0.49 0.10 0.31 311.72 0.36 0.52
Hex B0 59 9F 0 31 A 1F 138 24 34
Octal 260 131 237 0 61 12 37 470 44 64
Binary 10110000 1011001 10011111 0 110001 1010 11111 100111000 100100 110100

Color Harmonies of #B0599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0599F

Black with #B0599F

Text Example


Text Example

White with #B0599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0599F; }

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

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

background-color css

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

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

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

border-color css

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

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

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