Html Css Color HEX #BD32B1 Fuchsia

📋 copy color: '#BD32B1'

red 189 ◦ green 50 ◦ blue 177

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

Shades of Fuchsia #BD32B1

Tints of Fuchsia #BD32B1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.02%

 BLUE value IS 177 (69.53% from 255) = 42.55%

R = 45.43%
G = 12.02%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD32B1 (or 0xBD32B1) is known color: Fuchsia. HEX triplet: BD, 32 and B1. RGB value is (189,50,177). Sum of RGB (Red+Green+Blue) = 189+50+177=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD32B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD32B1 is #42CD4E. Grayscale: #696969. Windows color (decimal): -4377935 or 11612861. OLE color: 11612861.

HSL color Cylindrical-coordinate representation of color #BD32B1: hue angle of 305.18º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD32B1 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 50 177 -
CMYK 0 0.74 0.06 0.26
HSL 305.18º 0.58% 0.47% -
HSV(B) 305.18º 0.74% 0.74% -
XYZ 30.06 16.27 43.15 -
YUV 106.04 168.05 187.17 -
System Red Green Blue C M Y K H S L
Decimal 189 50 177 0 0.74 0.06 0.26 305.18 0.58 0.47
Hex BD 32 B1 0 4A 6 1A 131 3A 2F
Octal 275 62 261 0 112 6 32 461 72 57
Binary 10111101 110010 10110001 0 1001010 110 11010 100110001 111010 101111

Color Harmonies of #BD32B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32B1

Black with #BD32B1

Text Example


Text Example

White with #BD32B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32B1; }

 p { color: rgb(189,50,177); }

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

background-color css

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

 a { background-color: rgb(189,50,177); }

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

border-color css

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

 span { border-color: rgb(189,50,177); }

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