Html Css Color HEX #B4609C Violet Blue

📋 copy color: '#B4609C'

red 180 ◦ green 96 ◦ blue 156

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

Shades of Violet Blue #B4609C

Tints of Violet Blue #B4609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.22%

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

R = 41.67%
G = 22.22%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4609C (or 0xB4609C) is known color: Violet Blue. HEX triplet: B4, 60 and 9C. RGB value is (180,96,156). Sum of RGB (Red+Green+Blue) = 180+96+156=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4609C is #4B9F63. Grayscale: #7F7F7F. Windows color (decimal): -4956004 or 10248372. OLE color: 10248372.

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

Color convert

RGB 180 96 156 -
CMYK 0 0.47 0.13 0.29
HSL 317.14º 0.36% 0.54% -
HSV(B) 317.14º 0.47% 0.71% -
XYZ 29.01 20.47 33.87 -
YUV 127.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 180 96 156 0 0.47 0.13 0.29 317.14 0.36 0.54
Hex B4 60 9C 0 2F D 1D 13D 24 36
Octal 264 140 234 0 57 15 35 475 44 66
Binary 10110100 1100000 10011100 0 101111 1101 11101 100111101 100100 110110

Color Harmonies of #B4609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4609C

Black with #B4609C

Text Example


Text Example

White with #B4609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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