Html Css Color HEX #B55E9C Violet Blue

📋 copy color: '#B55E9C'

red 181 ◦ green 94 ◦ blue 156

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

Shades of Violet Blue #B55E9C

Tints of Violet Blue #B55E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.81%

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

R = 42%
G = 21.81%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B55E9C (or 0xB55E9C) is known color: Violet Blue. HEX triplet: B5, 5E and 9C. RGB value is (181,94,156). Sum of RGB (Red+Green+Blue) = 181+94+156=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55E9C is #4AA163. Grayscale: #7E7E7E. Windows color (decimal): -4890980 or 10247861. OLE color: 10247861.

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

Color convert

RGB 181 94 156 -
CMYK 0 0.48 0.14 0.29
HSL 317.24º 0.37% 0.54% -
HSV(B) 317.24º 0.48% 0.71% -
XYZ 29.06 20.23 33.83 -
YUV 127.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 181 94 156 0 0.48 0.14 0.29 317.24 0.37 0.54
Hex B5 5E 9C 0 30 E 1D 13D 25 36
Octal 265 136 234 0 60 16 35 475 45 66
Binary 10110101 1011110 10011100 0 110000 1110 11101 100111101 100101 110110

Color Harmonies of #B55E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55E9C

Black with #B55E9C

Text Example


Text Example

White with #B55E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55E9C; }

 p { color: rgb(181,94,156); }

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

background-color css

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

 a { background-color: rgb(181,94,156); }

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

border-color css

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

 span { border-color: rgb(181,94,156); }

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