Html Css Color HEX #B446BA Fuchsia

📋 copy color: '#B446BA'

red 180 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #B446BA

Tints of Fuchsia #B446BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.06%

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

R = 41.28%
G = 16.06%
B = 42.66%

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

#B446BA (or 0xB446BA) is known color: Fuchsia. HEX triplet: B4, 46 and BA. RGB value is (180,70,186). Sum of RGB (Red+Green+Blue) = 180+70+186=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #B446BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446BA is #4BB945. Grayscale: #737373. Windows color (decimal): -4962630 or 12207796. OLE color: 12207796.

HSL color Cylindrical-coordinate representation of color #B446BA: hue angle of 296.9º degrees, saturation: 0.46, 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 #B446BA is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 70 186 -
CMYK 0.03 0.62 0 0.27
HSL 296.9º 0.46% 0.5% -
HSV(B) 296.9º 0.62% 0.73% -
XYZ 29.88 17.63 48.28 -
YUV 116.11 167.44 173.57 -
System Red Green Blue C M Y K H S L
Decimal 180 70 186 0.03 0.62 0 0.27 296.9 0.46 0.5
Hex B4 46 BA 3 3E 0 1B 129 2E 32
Octal 264 106 272 3 76 0 33 451 56 62
Binary 10110100 1000110 10111010 11 111110 0 11011 100101001 101110 110010

Color Harmonies of #B446BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446BA

Black with #B446BA

Text Example


Text Example

White with #B446BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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