Html Css Color HEX #BD43B9 Fuchsia

📋 copy color: '#BD43B9'

red 189 ◦ green 67 ◦ blue 185

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

Shades of Fuchsia #BD43B9

Tints of Fuchsia #BD43B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 42.86%
G = 15.19%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD43B9 (or 0xBD43B9) is known color: Fuchsia. HEX triplet: BD, 43 and B9. RGB value is (189,67,185). Sum of RGB (Red+Green+Blue) = 189+67+185=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD43B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43B9 is #42BC46. Grayscale: #747474. Windows color (decimal): -4373575 or 12141501. OLE color: 12141501.

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

Color convert

RGB 189 67 185 -
CMYK 0 0.65 0.02 0.26
HSL 301.97º 0.48% 0.5% -
HSV(B) 301.97º 0.65% 0.74% -
XYZ 31.75 18.34 47.76 -
YUV 116.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 189 67 185 0 0.65 0.02 0.26 301.97 0.48 0.5
Hex BD 43 B9 0 41 2 1A 12E 30 32
Octal 275 103 271 0 101 2 32 456 60 62
Binary 10111101 1000011 10111001 0 1000001 10 11010 100101110 110000 110010

Color Harmonies of #BD43B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43B9

Black with #BD43B9

Text Example


Text Example

White with #BD43B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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