Html Css Color HEX #BD40B2 Fuchsia

📋 copy color: '#BD40B2'

red 189 ◦ green 64 ◦ blue 178

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

Shades of Fuchsia #BD40B2

Tints of Fuchsia #BD40B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.3%

R = 43.85%
G = 14.85%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD40B2 (or 0xBD40B2) is known color: Fuchsia. HEX triplet: BD, 40 and B2. RGB value is (189,64,178). Sum of RGB (Red+Green+Blue) = 189+64+178=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD40B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD40B2 is #42BF4D. Grayscale: #727272. Windows color (decimal): -4374350 or 11681981. OLE color: 11681981.

HSL color Cylindrical-coordinate representation of color #BD40B2: hue angle of 305.28º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD40B2 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 64 178 -
CMYK 0 0.66 0.06 0.26
HSL 305.28º 0.49% 0.5% -
HSV(B) 305.28º 0.66% 0.74% -
XYZ 30.86 17.7 43.91 -
YUV 114.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 189 64 178 0 0.66 0.06 0.26 305.28 0.49 0.5
Hex BD 40 B2 0 42 6 1A 131 31 32
Octal 275 100 262 0 102 6 32 461 61 62
Binary 10111101 1000000 10110010 0 1000010 110 11010 100110001 110001 110010

Color Harmonies of #BD40B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40B2

Black with #BD40B2

Text Example


Text Example

White with #BD40B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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