Html Css Color HEX #B3589F Violet Blue

📋 copy color: '#B3589F'

red 179 ◦ green 88 ◦ blue 159

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

Shades of Violet Blue #B3589F

Tints of Violet Blue #B3589F

RGB

 RED value IS 179 (70.31% from 255) = 42.02%

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

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

R = 42.02%
G = 20.66%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3589F (or 0xB3589F) is known color: Violet Blue. HEX triplet: B3, 58 and 9F. RGB value is (179,88,159). Sum of RGB (Red+Green+Blue) = 179+88+159=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B3589F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3589F is #4CA760. Grayscale: #7B7B7B. Windows color (decimal): -5023585 or 10442931. OLE color: 10442931.

HSL color Cylindrical-coordinate representation of color #B3589F: hue angle of 313.19º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3589F is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 88 159 -
CMYK 0 0.51 0.11 0.30
HSL 313.19º 0.37% 0.52% -
HSV(B) 313.19º 0.51% 0.7% -
XYZ 28.34 19.07 34.99 -
YUV 123.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 179 88 159 0 0.51 0.11 0.30 313.19 0.37 0.52
Hex B3 58 9F 0 33 B 1E 139 25 34
Octal 263 130 237 0 63 13 36 471 45 64
Binary 10110011 1011000 10011111 0 110011 1011 11110 100111001 100101 110100

Color Harmonies of #B3589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3589F

Black with #B3589F

Text Example


Text Example

White with #B3589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3589F; }

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

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

background-color css

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

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

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

border-color css

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

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

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