Html Css Color HEX #BD44C2 Fuchsia

📋 copy color: '#BD44C2'

red 189 ◦ green 68 ◦ blue 194

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

Shades of Fuchsia #BD44C2

Tints of Fuchsia #BD44C2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.08%

 BLUE value IS 194 (76.17% from 255) = 43.02%

R = 41.91%
G = 15.08%
B = 43.02%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD44C2 (or 0xBD44C2) is known color: Fuchsia. HEX triplet: BD, 44 and C2. RGB value is (189,68,194). Sum of RGB (Red+Green+Blue) = 189+68+194=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD44C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44C2 is #42BB3D. Grayscale: #767676. Windows color (decimal): -4373310 or 12731581. OLE color: 12731581.

HSL color Cylindrical-coordinate representation of color #BD44C2: hue angle of 297.62º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD44C2 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 68 194 -
CMYK 0.03 0.65 0 0.24
HSL 297.62º 0.51% 0.51% -
HSV(B) 297.62º 0.65% 0.76% -
XYZ 32.79 18.85 52.95 -
YUV 118.54 170.59 178.25 -
System Red Green Blue C M Y K H S L
Decimal 189 68 194 0.03 0.65 0 0.24 297.62 0.51 0.51
Hex BD 44 C2 3 41 0 18 12A 33 33
Octal 275 104 302 3 101 0 30 452 63 63
Binary 10111101 1000100 11000010 11 1000001 0 11000 100101010 110011 110011

Color Harmonies of #BD44C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44C2

Black with #BD44C2

Text Example


Text Example

White with #BD44C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44C2; }

 p { color: rgb(189,68,194); }

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

background-color css

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

 a { background-color: rgb(189,68,194); }

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

border-color css

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

 span { border-color: rgb(189,68,194); }

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