Html Css Color HEX #B444A4 Violet Blue

📋 copy color: '#B444A4'

red 180 ◦ green 68 ◦ blue 164

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

Shades of Violet Blue #B444A4

Tints of Violet Blue #B444A4

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.5%

 BLUE value IS 164 (64.45% from 255) = 39.81%

R = 43.69%
G = 16.5%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B444A4 (or 0xB444A4) is known color: Violet Blue. HEX triplet: B4, 44 and A4. RGB value is (180,68,164). Sum of RGB (Red+Green+Blue) = 180+68+164=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B444A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B444A4 is #4BBB5B. Grayscale: #707070. Windows color (decimal): -4963164 or 10765492. OLE color: 10765492.

HSL color Cylindrical-coordinate representation of color #B444A4: hue angle of 308.57º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B444A4 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 68 164 -
CMYK 0 0.62 0.09 0.29
HSL 308.57º 0.45% 0.49% -
HSV(B) 308.57º 0.62% 0.71% -
XYZ 27.59 16.52 36.86 -
YUV 112.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 180 68 164 0 0.62 0.09 0.29 308.57 0.45 0.49
Hex B4 44 A4 0 3E 9 1D 135 2D 31
Octal 264 104 244 0 76 11 35 465 55 61
Binary 10110100 1000100 10100100 0 111110 1001 11101 100110101 101101 110001

Color Harmonies of #B444A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444A4

Black with #B444A4

Text Example


Text Example

White with #B444A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444A4; }

 p { color: rgb(180,68,164); }

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

background-color css

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

 a { background-color: rgb(180,68,164); }

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

border-color css

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

 span { border-color: rgb(180,68,164); }

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