Html Css Color HEX #B43DB6 Fuchsia

📋 copy color: '#B43DB6'

red 180 ◦ green 61 ◦ blue 182

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

Shades of Fuchsia #B43DB6

Tints of Fuchsia #B43DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.42%

 BLUE value IS 182 (71.48% from 255) = 43.03%

R = 42.55%
G = 14.42%
B = 43.03%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B43DB6 (or 0xB43DB6) is known color: Fuchsia. HEX triplet: B4, 3D and B6. RGB value is (180,61,182). Sum of RGB (Red+Green+Blue) = 180+61+182=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #B43DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43DB6 is #4BC249. Grayscale: #6E6E6E. Windows color (decimal): -4964938 or 11943348. OLE color: 11943348.

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

Color convert

RGB 180 61 182 -
CMYK 0.01 0.66 0 0.29
HSL 299.01º 0.5% 0.48% -
HSV(B) 299.01º 0.66% 0.71% -
XYZ 28.93 16.42 45.9 -
YUV 110.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 180 61 182 0.01 0.66 0 0.29 299.01 0.5 0.48
Hex B4 3D B6 1 42 0 1D 12B 32 30
Octal 264 75 266 1 102 0 35 453 62 60
Binary 10110100 111101 10110110 1 1000010 0 11101 100101011 110010 110000

Color Harmonies of #B43DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43DB6

Black with #B43DB6

Text Example


Text Example

White with #B43DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43DB6; }

 p { color: rgb(180,61,182); }

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

background-color css

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

 a { background-color: rgb(180,61,182); }

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

border-color css

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

 span { border-color: rgb(180,61,182); }

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