Html Css Color HEX #BD32BA Fuchsia

📋 copy color: '#BD32BA'

red 189 ◦ green 50 ◦ blue 186

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

Shades of Fuchsia #BD32BA

Tints of Fuchsia #BD32BA

RGB

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

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

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

R = 44.47%
G = 11.76%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD32BA (or 0xBD32BA) is known color: Fuchsia. HEX triplet: BD, 32 and BA. RGB value is (189,50,186). Sum of RGB (Red+Green+Blue) = 189+50+186=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD32BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32BA is #42CD45. Grayscale: #6A6A6A. Windows color (decimal): -4377926 or 12202685. OLE color: 12202685.

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

Color convert

RGB 189 50 186 -
CMYK 0 0.74 0.02 0.26
HSL 301.3º 0.58% 0.47% -
HSV(B) 301.3º 0.74% 0.74% -
XYZ 30.99 16.65 48.03 -
YUV 107.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 189 50 186 0 0.74 0.02 0.26 301.3 0.58 0.47
Hex BD 32 BA 0 4A 2 1A 12D 3A 2F
Octal 275 62 272 0 112 2 32 455 72 57
Binary 10111101 110010 10111010 0 1001010 10 11010 100101101 111010 101111

Color Harmonies of #BD32BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32BA

Black with #BD32BA

Text Example


Text Example

White with #BD32BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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