Html Css Color HEX #B443BA Fuchsia

📋 copy color: '#B443BA'

red 180 ◦ green 67 ◦ blue 186

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

Shades of Fuchsia #B443BA

Tints of Fuchsia #B443BA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.47%

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

R = 41.57%
G = 15.47%
B = 42.96%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B443BA (or 0xB443BA) is known color: Fuchsia. HEX triplet: B4, 43 and BA. RGB value is (180,67,186). Sum of RGB (Red+Green+Blue) = 180+67+186=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #B443BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443BA is #4BBC45. Grayscale: #717171. Windows color (decimal): -4963398 or 12207028. OLE color: 12207028.

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

Color convert

RGB 180 67 186 -
CMYK 0.03 0.64 0 0.27
HSL 296.97º 0.47% 0.5% -
HSV(B) 296.97º 0.64% 0.73% -
XYZ 29.69 17.26 48.22 -
YUV 114.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 180 67 186 0.03 0.64 0 0.27 296.97 0.47 0.5
Hex B4 43 BA 3 40 0 1B 129 2F 32
Octal 264 103 272 3 100 0 33 451 57 62
Binary 10110100 1000011 10111010 11 1000000 0 11011 100101001 101111 110010

Color Harmonies of #B443BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B443BA

Black with #B443BA

Text Example


Text Example

White with #B443BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B443BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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