Html Css Color HEX #BD40CA Fuchsia

📋 copy color: '#BD40CA'

red 189 ◦ green 64 ◦ blue 202

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

Shades of Fuchsia #BD40CA

Tints of Fuchsia #BD40CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 41.54%
G = 14.07%
B = 44.4%

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

#BD40CA (or 0xBD40CA) is known color: Fuchsia. HEX triplet: BD, 40 and CA. RGB value is (189,64,202). Sum of RGB (Red+Green+Blue) = 189+64+202=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD40CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40CA is #42BF35. Grayscale: #747474. Windows color (decimal): -4374326 or 13254845. OLE color: 13254845.

HSL color Cylindrical-coordinate representation of color #BD40CA: hue angle of 294.35º degrees, saturation: 0.57, 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 #BD40CA is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 64 202 -
CMYK 0.06 0.68 0 0.21
HSL 294.35º 0.57% 0.52% -
HSV(B) 294.35º 0.68% 0.79% -
XYZ 33.48 18.75 57.73 -
YUV 117.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 189 64 202 0.06 0.68 0 0.21 294.35 0.57 0.52
Hex BD 40 CA 6 44 0 15 126 39 34
Octal 275 100 312 6 104 0 25 446 71 64
Binary 10111101 1000000 11001010 110 1000100 0 10101 100100110 111001 110100

Color Harmonies of #BD40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40CA

Black with #BD40CA

Text Example


Text Example

White with #BD40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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