Html Css Color HEX #BD44B2 Fuchsia

📋 copy color: '#BD44B2'

red 189 ◦ green 68 ◦ blue 178

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

Shades of Fuchsia #BD44B2

Tints of Fuchsia #BD44B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 43.45%
G = 15.63%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD44B2 (or 0xBD44B2) is known color: Fuchsia. HEX triplet: BD, 44 and B2. RGB value is (189,68,178). Sum of RGB (Red+Green+Blue) = 189+68+178=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD44B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD44B2 is #42BB4D. Grayscale: #747474. Windows color (decimal): -4373326 or 11683005. OLE color: 11683005.

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

Color convert

RGB 189 68 178 -
CMYK 0 0.64 0.06 0.26
HSL 305.45º 0.48% 0.5% -
HSV(B) 305.45º 0.64% 0.74% -
XYZ 31.09 18.17 43.99 -
YUV 116.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 189 68 178 0 0.64 0.06 0.26 305.45 0.48 0.5
Hex BD 44 B2 0 40 6 1A 131 30 32
Octal 275 104 262 0 100 6 32 461 60 62
Binary 10111101 1000100 10110010 0 1000000 110 11010 100110001 110000 110010

Color Harmonies of #BD44B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44B2

Black with #BD44B2

Text Example


Text Example

White with #BD44B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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