Html Css Color HEX #B55FA0 Violet Blue

📋 copy color: '#B55FA0'

red 181 ◦ green 95 ◦ blue 160

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

Shades of Violet Blue #B55FA0

Tints of Violet Blue #B55FA0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.79%

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

R = 41.51%
G = 21.79%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B55FA0 (or 0xB55FA0) is known color: Violet Blue. HEX triplet: B5, 5F and A0. RGB value is (181,95,160). Sum of RGB (Red+Green+Blue) = 181+95+160=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B55FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55FA0 is #4AA05F. Grayscale: #7F7F7F. Windows color (decimal): -4890720 or 10510261. OLE color: 10510261.

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

Color convert

RGB 181 95 160 -
CMYK 0 0.48 0.12 0.29
HSL 314.65º 0.37% 0.54% -
HSV(B) 314.65º 0.48% 0.71% -
XYZ 29.49 20.55 35.67 -
YUV 128.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 181 95 160 0 0.48 0.12 0.29 314.65 0.37 0.54
Hex B5 5F A0 0 30 C 1D 13B 25 36
Octal 265 137 240 0 60 14 35 473 45 66
Binary 10110101 1011111 10100000 0 110000 1100 11101 100111011 100101 110110

Color Harmonies of #B55FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55FA0

Black with #B55FA0

Text Example


Text Example

White with #B55FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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