Html Css Color HEX #B44BA0 Violet Blue

📋 copy color: '#B44BA0'

red 180 ◦ green 75 ◦ blue 160

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

Shades of Violet Blue #B44BA0

Tints of Violet Blue #B44BA0

RGB

 RED value IS 180 (70.7% from 255) = 43.37%

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

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

R = 43.37%
G = 18.07%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B44BA0 (or 0xB44BA0) is known color: Violet Blue. HEX triplet: B4, 4B and A0. RGB value is (180,75,160). Sum of RGB (Red+Green+Blue) = 180+75+160=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B44BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44BA0 is #4BB45F. Grayscale: #737373. Windows color (decimal): -4961376 or 10505140. OLE color: 10505140.

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

Color convert

RGB 180 75 160 -
CMYK 0 0.58 0.11 0.29
HSL 311.43º 0.41% 0.5% -
HSV(B) 311.43º 0.58% 0.71% -
XYZ 27.68 17.27 35.13 -
YUV 116.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 180 75 160 0 0.58 0.11 0.29 311.43 0.41 0.5
Hex B4 4B A0 0 3A B 1D 137 29 32
Octal 264 113 240 0 72 13 35 467 51 62
Binary 10110100 1001011 10100000 0 111010 1011 11101 100110111 101001 110010

Color Harmonies of #B44BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44BA0

Black with #B44BA0

Text Example


Text Example

White with #B44BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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