Html Css Color HEX #B443BF Fuchsia

📋 copy color: '#B443BF'

red 180 ◦ green 67 ◦ blue 191

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

Shades of Fuchsia #B443BF

Tints of Fuchsia #B443BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.61%

R = 41.1%
G = 15.3%
B = 43.61%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B443BF (or 0xB443BF) is known color: Fuchsia. HEX triplet: B4, 43 and BF. RGB value is (180,67,191). Sum of RGB (Red+Green+Blue) = 180+67+191=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #B443BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443BF is #4BBC40. Grayscale: #727272. Windows color (decimal): -4963393 or 12534708. OLE color: 12534708.

HSL color Cylindrical-coordinate representation of color #B443BF: hue angle of 294.68º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B443BF is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 67 191 -
CMYK 0.06 0.65 0 0.25
HSL 294.68º 0.49% 0.51% -
HSV(B) 294.68º 0.65% 0.75% -
XYZ 30.23 17.48 51.07 -
YUV 114.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 180 67 191 0.06 0.65 0 0.25 294.68 0.49 0.51
Hex B4 43 BF 6 41 0 19 127 31 33
Octal 264 103 277 6 101 0 31 447 61 63
Binary 10110100 1000011 10111111 110 1000001 0 11001 100100111 110001 110011

Color Harmonies of #B443BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B443BF

Black with #B443BF

Text Example


Text Example

White with #B443BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B443BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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