Html Css Color HEX #BC32BE Fuchsia

📋 copy color: '#BC32BE'

red 188 ◦ green 50 ◦ blue 190

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

Shades of Fuchsia #BC32BE

Tints of Fuchsia #BC32BE

RGB

 RED value IS 188 (73.83% from 255) = 43.93%

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

 BLUE value IS 190 (74.61% from 255) = 44.39%

R = 43.93%
G = 11.68%
B = 44.39%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC32BE (or 0xBC32BE) is known color: Fuchsia. HEX triplet: BC, 32 and BE. RGB value is (188,50,190). Sum of RGB (Red+Green+Blue) = 188+50+190=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC32BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32BE is #43CD41. Grayscale: #6A6A6A. Windows color (decimal): -4443458 or 12464828. OLE color: 12464828.

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

Color convert

RGB 188 50 190 -
CMYK 0.01 0.74 0 0.25
HSL 299.14º 0.58% 0.47% -
HSV(B) 299.14º 0.74% 0.75% -
XYZ 31.17 16.69 50.29 -
YUV 107.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 188 50 190 0.01 0.74 0 0.25 299.14 0.58 0.47
Hex BC 32 BE 1 4A 0 19 12B 3A 2F
Octal 274 62 276 1 112 0 31 453 72 57
Binary 10111100 110010 10111110 1 1001010 0 11001 100101011 111010 101111

Color Harmonies of #BC32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32BE

Black with #BC32BE

Text Example


Text Example

White with #BC32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32BE; }

 p { color: rgb(188,50,190); }

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

background-color css

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

 a { background-color: rgb(188,50,190); }

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

border-color css

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

 span { border-color: rgb(188,50,190); }

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