Html Css Color HEX #BD55B6 Fuchsia

📋 copy color: '#BD55B6'

red 189 ◦ green 85 ◦ blue 182

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

Shades of Fuchsia #BD55B6

Tints of Fuchsia #BD55B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.91%

R = 41.45%
G = 18.64%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD55B6 (or 0xBD55B6) is known color: Fuchsia. HEX triplet: BD, 55 and B6. RGB value is (189,85,182). Sum of RGB (Red+Green+Blue) = 189+85+182=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD55B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55B6 is #42AA49. Grayscale: #7E7E7E. Windows color (decimal): -4368970 or 11949501. OLE color: 11949501.

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

Color convert

RGB 189 85 182 -
CMYK 0 0.55 0.04 0.26
HSL 304.04º 0.44% 0.54% -
HSV(B) 304.04º 0.55% 0.74% -
XYZ 32.68 20.69 46.53 -
YUV 127.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 189 85 182 0 0.55 0.04 0.26 304.04 0.44 0.54
Hex BD 55 B6 0 37 4 1A 130 2C 36
Octal 275 125 266 0 67 4 32 460 54 66
Binary 10111101 1010101 10110110 0 110111 100 11010 100110000 101100 110110

Color Harmonies of #BD55B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55B6

Black with #BD55B6

Text Example


Text Example

White with #BD55B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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