Html Css Color HEX #B5609E Violet Blue

📋 copy color: '#B5609E'

red 181 ◦ green 96 ◦ blue 158

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

Shades of Violet Blue #B5609E

Tints of Violet Blue #B5609E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.32%

R = 41.61%
G = 22.07%
B = 36.32%

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

#B5609E (or 0xB5609E) is known color: Violet Blue. HEX triplet: B5, 60 and 9E. RGB value is (181,96,158). Sum of RGB (Red+Green+Blue) = 181+96+158=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5609E is #4A9F61. Grayscale: #808080. Windows color (decimal): -4890466 or 10379445. OLE color: 10379445.

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

Color convert

RGB 181 96 158 -
CMYK 0 0.47 0.13 0.29
HSL 316.24º 0.36% 0.54% -
HSV(B) 316.24º 0.47% 0.71% -
XYZ 29.41 20.66 34.79 -
YUV 128.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 181 96 158 0 0.47 0.13 0.29 316.24 0.36 0.54
Hex B5 60 9E 0 2F D 1D 13C 24 36
Octal 265 140 236 0 57 15 35 474 44 66
Binary 10110101 1100000 10011110 0 101111 1101 11101 100111100 100100 110110

Color Harmonies of #B5609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5609E

Black with #B5609E

Text Example


Text Example

White with #B5609E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5609E; }

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

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

background-color css

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

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

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

border-color css

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

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

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