Html Css Color HEX #BD44C3 Fuchsia

📋 copy color: '#BD44C3'

red 189 ◦ green 68 ◦ blue 195

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

Shades of Fuchsia #BD44C3

Tints of Fuchsia #BD44C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.14%

R = 41.81%
G = 15.04%
B = 43.14%

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

#BD44C3 (or 0xBD44C3) is known color: Fuchsia. HEX triplet: BD, 44 and C3. RGB value is (189,68,195). Sum of RGB (Red+Green+Blue) = 189+68+195=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD44C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44C3 is #42BB3C. Grayscale: #767676. Windows color (decimal): -4373309 or 12797117. OLE color: 12797117.

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

Color convert

RGB 189 68 195 -
CMYK 0.03 0.65 0 0.24
HSL 297.17º 0.51% 0.52% -
HSV(B) 297.17º 0.65% 0.76% -
XYZ 32.9 18.89 53.54 -
YUV 118.66 171.09 178.17 -
System Red Green Blue C M Y K H S L
Decimal 189 68 195 0.03 0.65 0 0.24 297.17 0.51 0.52
Hex BD 44 C3 3 41 0 18 129 33 34
Octal 275 104 303 3 101 0 30 451 63 64
Binary 10111101 1000100 11000011 11 1000001 0 11000 100101001 110011 110100

Color Harmonies of #BD44C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44C3

Black with #BD44C3

Text Example


Text Example

White with #BD44C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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