Html Css Color HEX #B55D9F Violet Blue

📋 copy color: '#B55D9F'

red 181 ◦ green 93 ◦ blue 159

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

Shades of Violet Blue #B55D9F

Tints of Violet Blue #B55D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.48%

 BLUE value IS 159 (62.5% from 255) = 36.72%

R = 41.8%
G = 21.48%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B55D9F (or 0xB55D9F) is known color: Violet Blue. HEX triplet: B5, 5D and 9F. RGB value is (181,93,159). Sum of RGB (Red+Green+Blue) = 181+93+159=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D9F is #4AA260. Grayscale: #7E7E7E. Windows color (decimal): -4891233 or 10444213. OLE color: 10444213.

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

Color convert

RGB 181 93 159 -
CMYK 0 0.49 0.12 0.29
HSL 315º 0.37% 0.54% -
HSV(B) 315º 0.49% 0.71% -
XYZ 29.23 20.16 35.15 -
YUV 126.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 181 93 159 0 0.49 0.12 0.29 315 0.37 0.54
Hex B5 5D 9F 0 31 C 1D 13B 25 36
Octal 265 135 237 0 61 14 35 473 45 66
Binary 10110101 1011101 10011111 0 110001 1100 11101 100111011 100101 110110

Color Harmonies of #B55D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D9F

Black with #B55D9F

Text Example


Text Example

White with #B55D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D9F; }

 p { color: rgb(181,93,159); }

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

background-color css

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

 a { background-color: rgb(181,93,159); }

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

border-color css

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

 span { border-color: rgb(181,93,159); }

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