Html Css Color HEX #B55DA0 Violet Blue

📋 copy color: '#B55DA0'

red 181 ◦ green 93 ◦ blue 160

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

Shades of Violet Blue #B55DA0

Tints of Violet Blue #B55DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.87%

R = 41.71%
G = 21.43%
B = 36.87%

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

#B55DA0 (or 0xB55DA0) is known color: Violet Blue. HEX triplet: B5, 5D and A0. RGB value is (181,93,160). Sum of RGB (Red+Green+Blue) = 181+93+160=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B55DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55DA0 is #4AA25F. Grayscale: #7E7E7E. Windows color (decimal): -4891232 or 10509749. OLE color: 10509749.

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

Color convert

RGB 181 93 160 -
CMYK 0 0.49 0.12 0.29
HSL 314.32º 0.37% 0.54% -
HSV(B) 314.32º 0.49% 0.71% -
XYZ 29.32 20.19 35.61 -
YUV 126.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 181 93 160 0 0.49 0.12 0.29 314.32 0.37 0.54
Hex B5 5D A0 0 31 C 1D 13A 25 36
Octal 265 135 240 0 61 14 35 472 45 66
Binary 10110101 1011101 10100000 0 110001 1100 11101 100111010 100101 110110

Color Harmonies of #B55DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55DA0

Black with #B55DA0

Text Example


Text Example

White with #B55DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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