Html Css Color HEX #BD40C7 Fuchsia

📋 copy color: '#BD40C7'

red 189 ◦ green 64 ◦ blue 199

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

Shades of Fuchsia #BD40C7

Tints of Fuchsia #BD40C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.03%

R = 41.81%
G = 14.16%
B = 44.03%

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

#BD40C7 (or 0xBD40C7) is known color: Fuchsia. HEX triplet: BD, 40 and C7. RGB value is (189,64,199). Sum of RGB (Red+Green+Blue) = 189+64+199=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD40C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40C7 is #42BF38. Grayscale: #747474. Windows color (decimal): -4374329 or 13058237. OLE color: 13058237.

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

Color convert

RGB 189 64 199 -
CMYK 0.05 0.68 0 0.22
HSL 295.56º 0.55% 0.52% -
HSV(B) 295.56º 0.68% 0.78% -
XYZ 33.13 18.61 55.88 -
YUV 116.77 174.41 179.52 -
System Red Green Blue C M Y K H S L
Decimal 189 64 199 0.05 0.68 0 0.22 295.56 0.55 0.52
Hex BD 40 C7 5 44 0 16 128 37 34
Octal 275 100 307 5 104 0 26 450 67 64
Binary 10111101 1000000 11000111 101 1000100 0 10110 100101000 110111 110100

Color Harmonies of #BD40C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40C7

Black with #BD40C7

Text Example


Text Example

White with #BD40C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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