Html Css Color HEX #B44CA3 Violet Blue

📋 copy color: '#B44CA3'

red 180 ◦ green 76 ◦ blue 163

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

Shades of Violet Blue #B44CA3

Tints of Violet Blue #B44CA3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.14%

 BLUE value IS 163 (64.06% from 255) = 38.9%

R = 42.96%
G = 18.14%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B44CA3 (or 0xB44CA3) is known color: Violet Blue. HEX triplet: B4, 4C and A3. RGB value is (180,76,163). Sum of RGB (Red+Green+Blue) = 180+76+163=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B44CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44CA3 is #4BB35C. Grayscale: #747474. Windows color (decimal): -4961117 or 10702004. OLE color: 10702004.

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

Color convert

RGB 180 76 163 -
CMYK 0 0.58 0.09 0.29
HSL 309.81º 0.41% 0.5% -
HSV(B) 309.81º 0.58% 0.71% -
XYZ 28.02 17.52 36.55 -
YUV 117.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 180 76 163 0 0.58 0.09 0.29 309.81 0.41 0.5
Hex B4 4C A3 0 3A 9 1D 136 29 32
Octal 264 114 243 0 72 11 35 466 51 62
Binary 10110100 1001100 10100011 0 111010 1001 11101 100110110 101001 110010

Color Harmonies of #B44CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44CA3

Black with #B44CA3

Text Example


Text Example

White with #B44CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44CA3; }

 p { color: rgb(180,76,163); }

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

background-color css

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

 a { background-color: rgb(180,76,163); }

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

border-color css

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

 span { border-color: rgb(180,76,163); }

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