Html Css Color HEX #BD42B9 Fuchsia

📋 copy color: '#BD42B9'

red 189 ◦ green 66 ◦ blue 185

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

Shades of Fuchsia #BD42B9

Tints of Fuchsia #BD42B9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15%

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

R = 42.95%
G = 15%
B = 42.05%

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

#BD42B9 (or 0xBD42B9) is known color: Fuchsia. HEX triplet: BD, 42 and B9. RGB value is (189,66,185). Sum of RGB (Red+Green+Blue) = 189+66+185=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD42B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42B9 is #42BD46. Grayscale: #737373. Windows color (decimal): -4373831 or 12141245. OLE color: 12141245.

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

Color convert

RGB 189 66 185 -
CMYK 0 0.65 0.02 0.26
HSL 301.95º 0.48% 0.5% -
HSV(B) 301.95º 0.65% 0.74% -
XYZ 31.69 18.22 47.75 -
YUV 116.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 189 66 185 0 0.65 0.02 0.26 301.95 0.48 0.5
Hex BD 42 B9 0 41 2 1A 12E 30 32
Octal 275 102 271 0 101 2 32 456 60 62
Binary 10111101 1000010 10111001 0 1000001 10 11010 100101110 110000 110010

Color Harmonies of #BD42B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42B9

Black with #BD42B9

Text Example


Text Example

White with #BD42B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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