Html Css Color HEX #B43DB0 Fuchsia

📋 copy color: '#B43DB0'

red 180 ◦ green 61 ◦ blue 176

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

Shades of Fuchsia #B43DB0

Tints of Fuchsia #B43DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 43.17%
G = 14.63%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B43DB0 (or 0xB43DB0) is known color: Fuchsia. HEX triplet: B4, 3D and B0. RGB value is (180,61,176). Sum of RGB (Red+Green+Blue) = 180+61+176=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B43DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43DB0 is #4BC24F. Grayscale: #6D6D6D. Windows color (decimal): -4964944 or 11550132. OLE color: 11550132.

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

Color convert

RGB 180 61 176 -
CMYK 0 0.66 0.02 0.29
HSL 302.02º 0.49% 0.47% -
HSV(B) 302.02º 0.66% 0.71% -
XYZ 28.33 16.18 42.7 -
YUV 109.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 180 61 176 0 0.66 0.02 0.29 302.02 0.49 0.47
Hex B4 3D B0 0 42 2 1D 12E 31 2F
Octal 264 75 260 0 102 2 35 456 61 57
Binary 10110100 111101 10110000 0 1000010 10 11101 100101110 110001 101111

Color Harmonies of #B43DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43DB0

Black with #B43DB0

Text Example


Text Example

White with #B43DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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