Html Css Color HEX #BD44C0 Fuchsia

📋 copy color: '#BD44C0'

red 189 ◦ green 68 ◦ blue 192

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

Shades of Fuchsia #BD44C0

Tints of Fuchsia #BD44C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.76%

R = 42.09%
G = 15.14%
B = 42.76%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD44C0 (or 0xBD44C0) is known color: Fuchsia. HEX triplet: BD, 44 and C0. RGB value is (189,68,192). Sum of RGB (Red+Green+Blue) = 189+68+192=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD44C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44C0 is #42BB3F. Grayscale: #757575. Windows color (decimal): -4373312 or 12600509. OLE color: 12600509.

HSL color Cylindrical-coordinate representation of color #BD44C0: hue angle of 298.55º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD44C0 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 68 192 -
CMYK 0.02 0.65 0 0.25
HSL 298.55º 0.5% 0.51% -
HSV(B) 298.55º 0.65% 0.75% -
XYZ 32.57 18.76 51.77 -
YUV 118.32 169.59 178.42 -
System Red Green Blue C M Y K H S L
Decimal 189 68 192 0.02 0.65 0 0.25 298.55 0.5 0.51
Hex BD 44 C0 2 41 0 19 12B 32 33
Octal 275 104 300 2 101 0 31 453 62 63
Binary 10111101 1000100 11000000 10 1000001 0 11001 100101011 110010 110011

Color Harmonies of #BD44C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44C0

Black with #BD44C0

Text Example


Text Example

White with #BD44C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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