Html Css Color HEX #BC62C2 Fuchsia

📋 copy color: '#BC62C2'

red 188 ◦ green 98 ◦ blue 194

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

Shades of Fuchsia #BC62C2

Tints of Fuchsia #BC62C2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.42%

 BLUE value IS 194 (76.17% from 255) = 40.42%

R = 39.17%
G = 20.42%
B = 40.42%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC62C2 (or 0xBC62C2) is known color: Fuchsia. HEX triplet: BC, 62 and C2. RGB value is (188,98,194). Sum of RGB (Red+Green+Blue) = 188+98+194=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC62C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62C2 is #439D3D. Grayscale: #878787. Windows color (decimal): -4431166 or 12739260. OLE color: 12739260.

HSL color Cylindrical-coordinate representation of color #BC62C2: hue angle of 296.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC62C2 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 98 194 -
CMYK 0.03 0.49 0 0.24
HSL 296.25º 0.44% 0.57% -
HSV(B) 296.25º 0.49% 0.76% -
XYZ 34.84 23.32 53.7 -
YUV 135.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 188 98 194 0.03 0.49 0 0.24 296.25 0.44 0.57
Hex BC 62 C2 3 31 0 18 128 2C 39
Octal 274 142 302 3 61 0 30 450 54 71
Binary 10111100 1100010 11000010 11 110001 0 11000 100101000 101100 111001

Color Harmonies of #BC62C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62C2

Black with #BC62C2

Text Example


Text Example

White with #BC62C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62C2; }

 p { color: rgb(188,98,194); }

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

background-color css

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

 a { background-color: rgb(188,98,194); }

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

border-color css

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

 span { border-color: rgb(188,98,194); }

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