Html Css Color HEX #BD44B7 Fuchsia

📋 copy color: '#BD44B7'

red 189 ◦ green 68 ◦ blue 183

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

Shades of Fuchsia #BD44B7

Tints of Fuchsia #BD44B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.59%

R = 42.95%
G = 15.45%
B = 41.59%

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

#BD44B7 (or 0xBD44B7) is known color: Fuchsia. HEX triplet: BD, 44 and B7. RGB value is (189,68,183). Sum of RGB (Red+Green+Blue) = 189+68+183=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD44B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44B7 is #42BB48. Grayscale: #747474. Windows color (decimal): -4373321 or 12010685. OLE color: 12010685.

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

Color convert

RGB 189 68 183 -
CMYK 0 0.64 0.03 0.26
HSL 302.98º 0.48% 0.5% -
HSV(B) 302.98º 0.64% 0.74% -
XYZ 31.6 18.37 46.68 -
YUV 117.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 189 68 183 0 0.64 0.03 0.26 302.98 0.48 0.5
Hex BD 44 B7 0 40 3 1A 12F 30 32
Octal 275 104 267 0 100 3 32 457 60 62
Binary 10111101 1000100 10110111 0 1000000 11 11010 100101111 110000 110010

Color Harmonies of #BD44B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44B7

Black with #BD44B7

Text Example


Text Example

White with #BD44B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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