Html Css Color HEX #BD42BA Fuchsia

📋 copy color: '#BD42BA'

red 189 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #BD42BA

Tints of Fuchsia #BD42BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 42.86%
G = 14.97%
B = 42.18%

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

#BD42BA (or 0xBD42BA) is known color: Fuchsia. HEX triplet: BD, 42 and BA. RGB value is (189,66,186). Sum of RGB (Red+Green+Blue) = 189+66+186=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD42BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42BA is #42BD45. Grayscale: #747474. Windows color (decimal): -4373830 or 12206781. OLE color: 12206781.

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

Color convert

RGB 189 66 186 -
CMYK 0 0.65 0.02 0.26
HSL 301.46º 0.48% 0.5% -
HSV(B) 301.46º 0.65% 0.74% -
XYZ 31.8 18.26 48.3 -
YUV 116.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 189 66 186 0 0.65 0.02 0.26 301.46 0.48 0.5
Hex BD 42 BA 0 41 2 1A 12D 30 32
Octal 275 102 272 0 101 2 32 455 60 62
Binary 10111101 1000010 10111010 0 1000001 10 11010 100101101 110000 110010

Color Harmonies of #BD42BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42BA

Black with #BD42BA

Text Example


Text Example

White with #BD42BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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