Html Css Color HEX #B4589C Violet Blue

📋 copy color: '#B4589C'

red 180 ◦ green 88 ◦ blue 156

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

Shades of Violet Blue #B4589C

Tints of Violet Blue #B4589C

RGB

 RED value IS 180 (70.7% from 255) = 42.45%

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

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

R = 42.45%
G = 20.75%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4589C (or 0xB4589C) is known color: Violet Blue. HEX triplet: B4, 58 and 9C. RGB value is (180,88,156). Sum of RGB (Red+Green+Blue) = 180+88+156=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4589C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4589C is #4BA763. Grayscale: #7B7B7B. Windows color (decimal): -4958052 or 10246324. OLE color: 10246324.

HSL color Cylindrical-coordinate representation of color #B4589C: hue angle of 315.65º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4589C is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 88 156 -
CMYK 0 0.51 0.13 0.29
HSL 315.65º 0.38% 0.53% -
HSV(B) 315.65º 0.51% 0.71% -
XYZ 28.31 19.08 33.64 -
YUV 123.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 180 88 156 0 0.51 0.13 0.29 315.65 0.38 0.53
Hex B4 58 9C 0 33 D 1D 13C 26 35
Octal 264 130 234 0 63 15 35 474 46 65
Binary 10110100 1011000 10011100 0 110011 1101 11101 100111100 100110 110101

Color Harmonies of #B4589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4589C

Black with #B4589C

Text Example


Text Example

White with #B4589C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4589C; }

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

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

background-color css

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

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

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

border-color css

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

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

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