Html Css Color HEX #BD32C1 Fuchsia

📋 copy color: '#BD32C1'

red 189 ◦ green 50 ◦ blue 193

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

Shades of Fuchsia #BD32C1

Tints of Fuchsia #BD32C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.68%

R = 43.75%
G = 11.57%
B = 44.68%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD32C1 (or 0xBD32C1) is known color: Fuchsia. HEX triplet: BD, 32 and C1. RGB value is (189,50,193). Sum of RGB (Red+Green+Blue) = 189+50+193=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD32C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32C1 is #42CD3E. Grayscale: #6B6B6B. Windows color (decimal): -4377919 or 12661437. OLE color: 12661437.

HSL color Cylindrical-coordinate representation of color #BD32C1: hue angle of 298.32º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD32C1 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 50 193 -
CMYK 0.02 0.74 0 0.24
HSL 298.32º 0.59% 0.48% -
HSV(B) 298.32º 0.74% 0.76% -
XYZ 31.75 16.95 52.05 -
YUV 107.86 176.05 185.87 -
System Red Green Blue C M Y K H S L
Decimal 189 50 193 0.02 0.74 0 0.24 298.32 0.59 0.48
Hex BD 32 C1 2 4A 0 18 12A 3B 30
Octal 275 62 301 2 112 0 30 452 73 60
Binary 10111101 110010 11000001 10 1001010 0 11000 100101010 111011 110000

Color Harmonies of #BD32C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32C1

Black with #BD32C1

Text Example


Text Example

White with #BD32C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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