Html Css Color HEX #B3589B Violet Blue

📋 copy color: '#B3589B'

red 179 ◦ green 88 ◦ blue 155

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

Shades of Violet Blue #B3589B

Tints of Violet Blue #B3589B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 42.42%
G = 20.85%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3589B (or 0xB3589B) is known color: Violet Blue. HEX triplet: B3, 58 and 9B. RGB value is (179,88,155). Sum of RGB (Red+Green+Blue) = 179+88+155=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3589B is #4CA764. Grayscale: #7A7A7A. Windows color (decimal): -5023589 or 10180787. OLE color: 10180787.

HSL color Cylindrical-coordinate representation of color #B3589B: hue angle of 315.82º 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 #B3589B is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 88 155 -
CMYK 0 0.51 0.13 0.30
HSL 315.82º 0.37% 0.52% -
HSV(B) 315.82º 0.51% 0.7% -
XYZ 28 18.93 33.19 -
YUV 122.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 179 88 155 0 0.51 0.13 0.30 315.82 0.37 0.52
Hex B3 58 9B 0 33 D 1E 13C 25 34
Octal 263 130 233 0 63 15 36 474 45 64
Binary 10110011 1011000 10011011 0 110011 1101 11110 100111100 100101 110100

Color Harmonies of #B3589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3589B

Black with #B3589B

Text Example


Text Example

White with #B3589B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3589B; }

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

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

background-color css

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

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

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

border-color css

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

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

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