Html Css Color HEX #B54BA5 Violet Blue

📋 copy color: '#B54BA5'

red 181 ◦ green 75 ◦ blue 165

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

Shades of Violet Blue #B54BA5

Tints of Violet Blue #B54BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.19%

R = 42.99%
G = 17.81%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B54BA5 (or 0xB54BA5) is known color: Violet Blue. HEX triplet: B5, 4B and A5. RGB value is (181,75,165). Sum of RGB (Red+Green+Blue) = 181+75+165=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BA5 is #4AB45A. Grayscale: #747474. Windows color (decimal): -4895835 or 10832821. OLE color: 10832821.

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

Color convert

RGB 181 75 165 -
CMYK 0 0.59 0.09 0.29
HSL 309.06º 0.42% 0.5% -
HSV(B) 309.06º 0.59% 0.71% -
XYZ 28.36 17.57 37.49 -
YUV 116.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 181 75 165 0 0.59 0.09 0.29 309.06 0.42 0.5
Hex B5 4B A5 0 3B 9 1D 135 2A 32
Octal 265 113 245 0 73 11 35 465 52 62
Binary 10110101 1001011 10100101 0 111011 1001 11101 100110101 101010 110010

Color Harmonies of #B54BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54BA5

Black with #B54BA5

Text Example


Text Example

White with #B54BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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