Html Css Color HEX #BC3CCA Fuchsia

📋 copy color: '#BC3CCA'

red 188 ◦ green 60 ◦ blue 202

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

Shades of Fuchsia #BC3CCA

Tints of Fuchsia #BC3CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.33%

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 41.78%
G = 13.33%
B = 44.89%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC3CCA (or 0xBC3CCA) is known color: Fuchsia. HEX triplet: BC, 3C and CA. RGB value is (188,60,202). Sum of RGB (Red+Green+Blue) = 188+60+202=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC3CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CCA is #43C335. Grayscale: #727272. Windows color (decimal): -4440886 or 13253820. OLE color: 13253820.

HSL color Cylindrical-coordinate representation of color #BC3CCA: hue angle of 294.08º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3CCA is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 60 202 -
CMYK 0.07 0.70 0 0.21
HSL 294.08º 0.57% 0.51% -
HSV(B) 294.08º 0.7% 0.79% -
XYZ 33.02 18.19 57.65 -
YUV 114.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 188 60 202 0.07 0.70 0 0.21 294.08 0.57 0.51
Hex BC 3C CA 7 46 0 15 126 39 33
Octal 274 74 312 7 106 0 25 446 71 63
Binary 10111100 111100 11001010 111 1000110 0 10101 100100110 111001 110011

Color Harmonies of #BC3CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CCA

Black with #BC3CCA

Text Example


Text Example

White with #BC3CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CCA; }

 p { color: rgb(188,60,202); }

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

background-color css

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

 a { background-color: rgb(188,60,202); }

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

border-color css

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

 span { border-color: rgb(188,60,202); }

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