Html Css Color HEX #B5619E Violet Blue

📋 copy color: '#B5619E'

red 181 ◦ green 97 ◦ blue 158

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

Shades of Violet Blue #B5619E

Tints of Violet Blue #B5619E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.25%

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

R = 41.51%
G = 22.25%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5619E (or 0xB5619E) is known color: Violet Blue. HEX triplet: B5, 61 and 9E. RGB value is (181,97,158). Sum of RGB (Red+Green+Blue) = 181+97+158=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5619E is #4A9E61. Grayscale: #808080. Windows color (decimal): -4890210 or 10379701. OLE color: 10379701.

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

Color convert

RGB 181 97 158 -
CMYK 0 0.46 0.13 0.29
HSL 316.43º 0.36% 0.55% -
HSV(B) 316.43º 0.46% 0.71% -
XYZ 29.5 20.84 34.82 -
YUV 129.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 181 97 158 0 0.46 0.13 0.29 316.43 0.36 0.55
Hex B5 61 9E 0 2E D 1D 13C 24 37
Octal 265 141 236 0 56 15 35 474 44 67
Binary 10110101 1100001 10011110 0 101110 1101 11101 100111100 100100 110111

Color Harmonies of #B5619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5619E

Black with #B5619E

Text Example


Text Example

White with #B5619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5619E; }

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

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

background-color css

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

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

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

border-color css

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

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

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