Html Css Color HEX #BD55B4 Fuchsia

📋 copy color: '#BD55B4'

red 189 ◦ green 85 ◦ blue 180

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

Shades of Fuchsia #BD55B4

Tints of Fuchsia #BD55B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.65%

R = 41.63%
G = 18.72%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD55B4 (or 0xBD55B4) is known color: Fuchsia. HEX triplet: BD, 55 and B4. RGB value is (189,85,180). Sum of RGB (Red+Green+Blue) = 189+85+180=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD55B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55B4 is #42AA4B. Grayscale: #7E7E7E. Windows color (decimal): -4368972 or 11818429. OLE color: 11818429.

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

Color convert

RGB 189 85 180 -
CMYK 0 0.55 0.05 0.26
HSL 305.19º 0.44% 0.54% -
HSV(B) 305.19º 0.55% 0.74% -
XYZ 32.47 20.61 45.45 -
YUV 126.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 189 85 180 0 0.55 0.05 0.26 305.19 0.44 0.54
Hex BD 55 B4 0 37 5 1A 131 2C 36
Octal 275 125 264 0 67 5 32 461 54 66
Binary 10111101 1010101 10110100 0 110111 101 11010 100110001 101100 110110

Color Harmonies of #BD55B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55B4

Black with #BD55B4

Text Example


Text Example

White with #BD55B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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