Html Css Color HEX #BD40C6 Fuchsia

📋 copy color: '#BD40C6'

red 189 ◦ green 64 ◦ blue 198

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

Shades of Fuchsia #BD40C6

Tints of Fuchsia #BD40C6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.19%

 BLUE value IS 198 (77.73% from 255) = 43.9%

R = 41.91%
G = 14.19%
B = 43.9%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD40C6 (or 0xBD40C6) is known color: Fuchsia. HEX triplet: BD, 40 and C6. RGB value is (189,64,198). Sum of RGB (Red+Green+Blue) = 189+64+198=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD40C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40C6 is #42BF39. Grayscale: #747474. Windows color (decimal): -4374330 or 12992701. OLE color: 12992701.

HSL color Cylindrical-coordinate representation of color #BD40C6: hue angle of 295.97º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD40C6 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 64 198 -
CMYK 0.05 0.68 0 0.22
HSL 295.97º 0.54% 0.51% -
HSV(B) 295.97º 0.68% 0.78% -
XYZ 33.01 18.56 55.27 -
YUV 116.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 189 64 198 0.05 0.68 0 0.22 295.97 0.54 0.51
Hex BD 40 C6 5 44 0 16 128 36 33
Octal 275 100 306 5 104 0 26 450 66 63
Binary 10111101 1000000 11000110 101 1000100 0 10110 100101000 110110 110011

Color Harmonies of #BD40C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40C6

Black with #BD40C6

Text Example


Text Example

White with #BD40C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40C6; }

 p { color: rgb(189,64,198); }

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

background-color css

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

 a { background-color: rgb(189,64,198); }

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

border-color css

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

 span { border-color: rgb(189,64,198); }

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