Html Css Color HEX #B43DB3 Fuchsia

📋 copy color: '#B43DB3'

red 180 ◦ green 61 ◦ blue 179

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

Shades of Fuchsia #B43DB3

Tints of Fuchsia #B43DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.62%

R = 42.86%
G = 14.52%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B43DB3 (or 0xB43DB3) is known color: Fuchsia. HEX triplet: B4, 3D and B3. RGB value is (180,61,179). Sum of RGB (Red+Green+Blue) = 180+61+179=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B43DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43DB3 is #4BC24C. Grayscale: #6D6D6D. Windows color (decimal): -4964941 or 11746740. OLE color: 11746740.

HSL color Cylindrical-coordinate representation of color #B43DB3: hue angle of 300.5º 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 #B43DB3 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 61 179 -
CMYK 0 0.66 0.01 0.29
HSL 300.5º 0.49% 0.47% -
HSV(B) 300.5º 0.66% 0.71% -
XYZ 28.63 16.3 44.28 -
YUV 110.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 180 61 179 0 0.66 0.01 0.29 300.5 0.49 0.47
Hex B4 3D B3 0 42 1 1D 12D 31 2F
Octal 264 75 263 0 102 1 35 455 61 57
Binary 10110100 111101 10110011 0 1000010 1 11101 100101101 110001 101111

Color Harmonies of #B43DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43DB3

Black with #B43DB3

Text Example


Text Example

White with #B43DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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