Html Css Color HEX #B5609D Violet Blue

📋 copy color: '#B5609D'

red 181 ◦ green 96 ◦ blue 157

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

Shades of Violet Blue #B5609D

Tints of Violet Blue #B5609D

RGB

 RED value IS 181 (71.09% from 255) = 41.71%

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

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 41.71%
G = 22.12%
B = 36.18%

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

#B5609D (or 0xB5609D) is known color: Violet Blue. HEX triplet: B5, 60 and 9D. RGB value is (181,96,157). Sum of RGB (Red+Green+Blue) = 181+96+157=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5609D is #4A9F62. Grayscale: #808080. Windows color (decimal): -4890467 or 10313909. OLE color: 10313909.

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

Color convert

RGB 181 96 157 -
CMYK 0 0.47 0.13 0.29
HSL 316.94º 0.36% 0.54% -
HSV(B) 316.94º 0.47% 0.71% -
XYZ 29.32 20.62 34.33 -
YUV 128.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 181 96 157 0 0.47 0.13 0.29 316.94 0.36 0.54
Hex B5 60 9D 0 2F D 1D 13D 24 36
Octal 265 140 235 0 57 15 35 475 44 66
Binary 10110101 1100000 10011101 0 101111 1101 11101 100111101 100100 110110

Color Harmonies of #B5609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5609D

Black with #B5609D

Text Example


Text Example

White with #B5609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5609D; }

 p { color: rgb(181,96,157); }

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

background-color css

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

 a { background-color: rgb(181,96,157); }

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

border-color css

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

 span { border-color: rgb(181,96,157); }

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