Html Css Color HEX #B445A6 Fuchsia

📋 copy color: '#B445A6'

red 180 ◦ green 69 ◦ blue 166

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

Shades of Fuchsia #B445A6

Tints of Fuchsia #B445A6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.63%

 BLUE value IS 166 (65.23% from 255) = 40%

R = 43.37%
G = 16.63%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B445A6 (or 0xB445A6) is known color: Fuchsia. HEX triplet: B4, 45 and A6. RGB value is (180,69,166). Sum of RGB (Red+Green+Blue) = 180+69+166=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B445A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B445A6 is #4BBA59. Grayscale: #707070. Windows color (decimal): -4962906 or 10896820. OLE color: 10896820.

HSL color Cylindrical-coordinate representation of color #B445A6: hue angle of 307.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 #B445A6 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 69 166 -
CMYK 0 0.62 0.08 0.29
HSL 307.57º 0.45% 0.49% -
HSV(B) 307.57º 0.62% 0.71% -
XYZ 27.83 16.71 37.84 -
YUV 113.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 180 69 166 0 0.62 0.08 0.29 307.57 0.45 0.49
Hex B4 45 A6 0 3E 8 1D 134 2D 31
Octal 264 105 246 0 76 10 35 464 55 61
Binary 10110100 1000101 10100110 0 111110 1000 11101 100110100 101101 110001

Color Harmonies of #B445A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445A6

Black with #B445A6

Text Example


Text Example

White with #B445A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445A6; }

 p { color: rgb(180,69,166); }

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

background-color css

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

 a { background-color: rgb(180,69,166); }

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

border-color css

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

 span { border-color: rgb(180,69,166); }

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