Html Css Color HEX #BC42CA Fuchsia

📋 copy color: '#BC42CA'

red 188 ◦ green 66 ◦ blue 202

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

Shades of Fuchsia #BC42CA

Tints of Fuchsia #BC42CA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.47%

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

R = 41.23%
G = 14.47%
B = 44.3%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC42CA (or 0xBC42CA) is known color: Fuchsia. HEX triplet: BC, 42 and CA. RGB value is (188,66,202). Sum of RGB (Red+Green+Blue) = 188+66+202=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC42CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42CA is #43BD35. Grayscale: #757575. Windows color (decimal): -4439350 or 13255356. OLE color: 13255356.

HSL color Cylindrical-coordinate representation of color #BC42CA: hue angle of 293.82º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC42CA is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 66 202 -
CMYK 0.07 0.67 0 0.21
HSL 293.82º 0.56% 0.53% -
HSV(B) 293.82º 0.67% 0.79% -
XYZ 33.35 18.85 57.76 -
YUV 117.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 188 66 202 0.07 0.67 0 0.21 293.82 0.56 0.53
Hex BC 42 CA 7 43 0 15 126 38 35
Octal 274 102 312 7 103 0 25 446 70 65
Binary 10111100 1000010 11001010 111 1000011 0 10101 100100110 111000 110101

Color Harmonies of #BC42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42CA

Black with #BC42CA

Text Example


Text Example

White with #BC42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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