Html Css Color HEX #B54BA0 Violet Blue

📋 copy color: '#B54BA0'

red 181 ◦ green 75 ◦ blue 160

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

Shades of Violet Blue #B54BA0

Tints of Violet Blue #B54BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.03%

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

R = 43.51%
G = 18.03%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B54BA0 (or 0xB54BA0) is known color: Violet Blue. HEX triplet: B5, 4B and A0. RGB value is (181,75,160). Sum of RGB (Red+Green+Blue) = 181+75+160=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BA0 is #4AB45F. Grayscale: #747474. Windows color (decimal): -4895840 or 10505141. OLE color: 10505141.

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

Color convert

RGB 181 75 160 -
CMYK 0 0.59 0.12 0.29
HSL 311.89º 0.42% 0.5% -
HSV(B) 311.89º 0.59% 0.71% -
XYZ 27.92 17.39 35.14 -
YUV 116.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 181 75 160 0 0.59 0.12 0.29 311.89 0.42 0.5
Hex B5 4B A0 0 3B C 1D 138 2A 32
Octal 265 113 240 0 73 14 35 470 52 62
Binary 10110101 1001011 10100000 0 111011 1100 11101 100111000 101010 110010

Color Harmonies of #B54BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54BA0

Black with #B54BA0

Text Example


Text Example

White with #B54BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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