Html Css Color HEX #BD44B8 Fuchsia

📋 copy color: '#BD44B8'

red 189 ◦ green 68 ◦ blue 184

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

Shades of Fuchsia #BD44B8

Tints of Fuchsia #BD44B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.72%

R = 42.86%
G = 15.42%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD44B8 (or 0xBD44B8) is known color: Fuchsia. HEX triplet: BD, 44 and B8. RGB value is (189,68,184). Sum of RGB (Red+Green+Blue) = 189+68+184=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD44B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44B8 is #42BB47. Grayscale: #757575. Windows color (decimal): -4373320 or 12076221. OLE color: 12076221.

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

Color convert

RGB 189 68 184 -
CMYK 0 0.64 0.03 0.26
HSL 302.48º 0.48% 0.5% -
HSV(B) 302.48º 0.64% 0.74% -
XYZ 31.71 18.41 47.23 -
YUV 117.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 189 68 184 0 0.64 0.03 0.26 302.48 0.48 0.5
Hex BD 44 B8 0 40 3 1A 12E 30 32
Octal 275 104 270 0 100 3 32 456 60 62
Binary 10111101 1000100 10111000 0 1000000 11 11010 100101110 110000 110010

Color Harmonies of #BD44B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44B8

Black with #BD44B8

Text Example


Text Example

White with #BD44B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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