Html Css Color HEX #BC32C8 Fuchsia

📋 copy color: '#BC32C8'

red 188 ◦ green 50 ◦ blue 200

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

Shades of Fuchsia #BC32C8

Tints of Fuchsia #BC32C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.66%

R = 42.92%
G = 11.42%
B = 45.66%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC32C8 (or 0xBC32C8) is known color: Fuchsia. HEX triplet: BC, 32 and C8. RGB value is (188,50,200). Sum of RGB (Red+Green+Blue) = 188+50+200=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC32C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32C8 is #43CD37. Grayscale: #6B6B6B. Windows color (decimal): -4443448 or 13120188. OLE color: 13120188.

HSL color Cylindrical-coordinate representation of color #BC32C8: hue angle of 295.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC32C8 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 50 200 -
CMYK 0.06 0.75 0 0.22
HSL 295.2º 0.6% 0.49% -
HSV(B) 295.2º 0.75% 0.78% -
XYZ 32.3 17.14 56.25 -
YUV 108.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 188 50 200 0.06 0.75 0 0.22 295.2 0.6 0.49
Hex BC 32 C8 6 4B 0 16 127 3C 31
Octal 274 62 310 6 113 0 26 447 74 61
Binary 10111100 110010 11001000 110 1001011 0 10110 100100111 111100 110001

Color Harmonies of #BC32C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32C8

Black with #BC32C8

Text Example


Text Example

White with #BC32C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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