Html Css Color HEX #BD43B8 Fuchsia

📋 copy color: '#BD43B8'

red 189 ◦ green 67 ◦ blue 184

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

Shades of Fuchsia #BD43B8

Tints of Fuchsia #BD43B8

RGB

 RED value IS 189 (74.22% from 255) = 42.95%

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

 BLUE value IS 184 (72.27% from 255) = 41.82%

R = 42.95%
G = 15.23%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD43B8 (or 0xBD43B8) is known color: Fuchsia. HEX triplet: BD, 43 and B8. RGB value is (189,67,184). Sum of RGB (Red+Green+Blue) = 189+67+184=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD43B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43B8 is #42BC47. Grayscale: #747474. Windows color (decimal): -4373576 or 12075965. OLE color: 12075965.

HSL color Cylindrical-coordinate representation of color #BD43B8: hue angle of 302.46º 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 #BD43B8 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 67 184 -
CMYK 0 0.65 0.03 0.26
HSL 302.46º 0.48% 0.5% -
HSV(B) 302.46º 0.65% 0.74% -
XYZ 31.65 18.29 47.21 -
YUV 116.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 189 67 184 0 0.65 0.03 0.26 302.46 0.48 0.5
Hex BD 43 B8 0 41 3 1A 12E 30 32
Octal 275 103 270 0 101 3 32 456 60 62
Binary 10111101 1000011 10111000 0 1000001 11 11010 100101110 110000 110010

Color Harmonies of #BD43B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43B8

Black with #BD43B8

Text Example


Text Example

White with #BD43B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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