Html Css Color HEX #B443BD Fuchsia

📋 copy color: '#B443BD'

red 180 ◦ green 67 ◦ blue 189

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

Shades of Fuchsia #B443BD

Tints of Fuchsia #B443BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 41.28%
G = 15.37%
B = 43.35%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B443BD (or 0xB443BD) is known color: Fuchsia. HEX triplet: B4, 43 and BD. RGB value is (180,67,189). Sum of RGB (Red+Green+Blue) = 180+67+189=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #B443BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443BD is #4BBC42. Grayscale: #727272. Windows color (decimal): -4963395 or 12403636. OLE color: 12403636.

HSL color Cylindrical-coordinate representation of color #B443BD: hue angle of 295.57º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B443BD is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 67 189 -
CMYK 0.05 0.65 0 0.26
HSL 295.57º 0.48% 0.5% -
HSV(B) 295.57º 0.65% 0.74% -
XYZ 30.01 17.39 49.92 -
YUV 114.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 180 67 189 0.05 0.65 0 0.26 295.57 0.48 0.5
Hex B4 43 BD 5 41 0 1A 128 30 32
Octal 264 103 275 5 101 0 32 450 60 62
Binary 10110100 1000011 10111101 101 1000001 0 11010 100101000 110000 110010

Color Harmonies of #B443BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B443BD

Black with #B443BD

Text Example


Text Example

White with #B443BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B443BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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