Html Css Color HEX #B447BA Fuchsia

📋 copy color: '#B447BA'

red 180 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #B447BA

Tints of Fuchsia #B447BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.25%

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 41.19%
G = 16.25%
B = 42.56%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B447BA (or 0xB447BA) is known color: Fuchsia. HEX triplet: B4, 47 and BA. RGB value is (180,71,186). Sum of RGB (Red+Green+Blue) = 180+71+186=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #B447BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B447BA is #4BB845. Grayscale: #747474. Windows color (decimal): -4962374 or 12208052. OLE color: 12208052.

HSL color Cylindrical-coordinate representation of color #B447BA: hue angle of 296.87º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B447BA is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 71 186 -
CMYK 0.03 0.62 0 0.27
HSL 296.87º 0.45% 0.5% -
HSV(B) 296.87º 0.62% 0.73% -
XYZ 29.94 17.75 48.3 -
YUV 116.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 180 71 186 0.03 0.62 0 0.27 296.87 0.45 0.5
Hex B4 47 BA 3 3E 0 1B 129 2D 32
Octal 264 107 272 3 76 0 33 451 55 62
Binary 10110100 1000111 10111010 11 111110 0 11011 100101001 101101 110010

Color Harmonies of #B447BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B447BA

Black with #B447BA

Text Example


Text Example

White with #B447BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B447BA; }

 p { color: rgb(180,71,186); }

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

background-color css

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

 a { background-color: rgb(180,71,186); }

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

border-color css

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

 span { border-color: rgb(180,71,186); }

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