Html Css Color HEX #BD40C9 Fuchsia

📋 copy color: '#BD40C9'

red 189 ◦ green 64 ◦ blue 201

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

Shades of Fuchsia #BD40C9

Tints of Fuchsia #BD40C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 41.63%
G = 14.1%
B = 44.27%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD40C9 (or 0xBD40C9) is known color: Fuchsia. HEX triplet: BD, 40 and C9. RGB value is (189,64,201). Sum of RGB (Red+Green+Blue) = 189+64+201=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD40C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40C9 is #42BF36. Grayscale: #747474. Windows color (decimal): -4374327 or 13189309. OLE color: 13189309.

HSL color Cylindrical-coordinate representation of color #BD40C9: hue angle of 294.74º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD40C9 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 64 201 -
CMYK 0.06 0.68 0 0.21
HSL 294.74º 0.56% 0.52% -
HSV(B) 294.74º 0.68% 0.79% -
XYZ 33.36 18.7 57.11 -
YUV 116.99 175.41 179.36 -
System Red Green Blue C M Y K H S L
Decimal 189 64 201 0.06 0.68 0 0.21 294.74 0.56 0.52
Hex BD 40 C9 6 44 0 15 127 38 34
Octal 275 100 311 6 104 0 25 447 70 64
Binary 10111101 1000000 11001001 110 1000100 0 10101 100100111 111000 110100

Color Harmonies of #BD40C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40C9

Black with #BD40C9

Text Example


Text Example

White with #BD40C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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