Html Css Color HEX #BD55BA Fuchsia

📋 copy color: '#BD55BA'

red 189 ◦ green 85 ◦ blue 186

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

Shades of Fuchsia #BD55BA

Tints of Fuchsia #BD55BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 41.09%
G = 18.48%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD55BA (or 0xBD55BA) is known color: Fuchsia. HEX triplet: BD, 55 and BA. RGB value is (189,85,186). Sum of RGB (Red+Green+Blue) = 189+85+186=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55BA is #42AA45. Grayscale: #7F7F7F. Windows color (decimal): -4368966 or 12211645. OLE color: 12211645.

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

Color convert

RGB 189 85 186 -
CMYK 0 0.55 0.02 0.26
HSL 301.73º 0.44% 0.54% -
HSV(B) 301.73º 0.55% 0.74% -
XYZ 33.1 20.86 48.74 -
YUV 127.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 189 85 186 0 0.55 0.02 0.26 301.73 0.44 0.54
Hex BD 55 BA 0 37 2 1A 12E 2C 36
Octal 275 125 272 0 67 2 32 456 54 66
Binary 10111101 1010101 10111010 0 110111 10 11010 100101110 101100 110110

Color Harmonies of #BD55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55BA

Black with #BD55BA

Text Example


Text Example

White with #BD55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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