Html Css Color HEX #B443AF Fuchsia

📋 copy color: '#B443AF'

red 180 ◦ green 67 ◦ blue 175

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

Shades of Fuchsia #B443AF

Tints of Fuchsia #B443AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 42.65%
G = 15.88%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B443AF (or 0xB443AF) is known color: Fuchsia. HEX triplet: B4, 43 and AF. RGB value is (180,67,175). Sum of RGB (Red+Green+Blue) = 180+67+175=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B443AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B443AF is #4BBC50. Grayscale: #707070. Windows color (decimal): -4963409 or 11486132. OLE color: 11486132.

HSL color Cylindrical-coordinate representation of color #B443AF: hue angle of 302.65º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B443AF is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 67 175 -
CMYK 0 0.63 0.03 0.29
HSL 302.65º 0.46% 0.48% -
HSV(B) 302.65º 0.63% 0.71% -
XYZ 28.57 16.81 42.3 -
YUV 113.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 180 67 175 0 0.63 0.03 0.29 302.65 0.46 0.48
Hex B4 43 AF 0 3F 3 1D 12F 2E 30
Octal 264 103 257 0 77 3 35 457 56 60
Binary 10110100 1000011 10101111 0 111111 11 11101 100101111 101110 110000

Color Harmonies of #B443AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B443AF

Black with #B443AF

Text Example


Text Example

White with #B443AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B443AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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