Html Css Color HEX #BD41BA Fuchsia

📋 copy color: '#BD41BA'

red 189 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #BD41BA

Tints of Fuchsia #BD41BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.77%

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 42.95%
G = 14.77%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD41BA (or 0xBD41BA) is known color: Fuchsia. HEX triplet: BD, 41 and BA. RGB value is (189,65,186). Sum of RGB (Red+Green+Blue) = 189+65+186=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41BA is #42BE45. Grayscale: #737373. Windows color (decimal): -4374086 or 12206525. OLE color: 12206525.

HSL color Cylindrical-coordinate representation of color #BD41BA: hue angle of 301.45º 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 #BD41BA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 65 186 -
CMYK 0 0.66 0.02 0.26
HSL 301.45º 0.49% 0.5% -
HSV(B) 301.45º 0.66% 0.74% -
XYZ 31.74 18.14 48.28 -
YUV 115.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 189 65 186 0 0.66 0.02 0.26 301.45 0.49 0.5
Hex BD 41 BA 0 42 2 1A 12D 31 32
Octal 275 101 272 0 102 2 32 455 61 62
Binary 10111101 1000001 10111010 0 1000010 10 11010 100101101 110001 110010

Color Harmonies of #BD41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD41BA

Black with #BD41BA

Text Example


Text Example

White with #BD41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD41BA; }

 p { color: rgb(189,65,186); }

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

background-color css

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

 a { background-color: rgb(189,65,186); }

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

border-color css

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

 span { border-color: rgb(189,65,186); }

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