Html Css Color HEX #BD55B7 Fuchsia

📋 copy color: '#BD55B7'

red 189 ◦ green 85 ◦ blue 183

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

Shades of Fuchsia #BD55B7

Tints of Fuchsia #BD55B7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.6%

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

R = 41.36%
G = 18.6%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD55B7 (or 0xBD55B7) is known color: Fuchsia. HEX triplet: BD, 55 and B7. RGB value is (189,85,183). Sum of RGB (Red+Green+Blue) = 189+85+183=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD55B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55B7 is #42AA48. Grayscale: #7E7E7E. Windows color (decimal): -4368969 or 12015037. OLE color: 12015037.

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

Color convert

RGB 189 85 183 -
CMYK 0 0.55 0.03 0.26
HSL 303.46º 0.44% 0.54% -
HSV(B) 303.46º 0.55% 0.74% -
XYZ 32.78 20.73 47.07 -
YUV 127.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 189 85 183 0 0.55 0.03 0.26 303.46 0.44 0.54
Hex BD 55 B7 0 37 3 1A 12F 2C 36
Octal 275 125 267 0 67 3 32 457 54 66
Binary 10111101 1010101 10110111 0 110111 11 11010 100101111 101100 110110

Color Harmonies of #BD55B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55B7

Black with #BD55B7

Text Example


Text Example

White with #BD55B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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