Html Css Color HEX #BC3EBA Fuchsia

📋 copy color: '#BC3EBA'

red 188 ◦ green 62 ◦ blue 186

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

Shades of Fuchsia #BC3EBA

Tints of Fuchsia #BC3EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.22%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 43.12%
G = 14.22%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC3EBA (or 0xBC3EBA) is known color: Fuchsia. HEX triplet: BC, 3E and BA. RGB value is (188,62,186). Sum of RGB (Red+Green+Blue) = 188+62+186=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EBA is #43C145. Grayscale: #717171. Windows color (decimal): -4440390 or 12205756. OLE color: 12205756.

HSL color Cylindrical-coordinate representation of color #BC3EBA: hue angle of 300.95º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3EBA is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 62 186 -
CMYK 0 0.67 0.01 0.26
HSL 300.95º 0.5% 0.49% -
HSV(B) 300.95º 0.67% 0.74% -
XYZ 31.32 17.68 48.22 -
YUV 113.81 168.74 180.92 -
System Red Green Blue C M Y K H S L
Decimal 188 62 186 0 0.67 0.01 0.26 300.95 0.5 0.49
Hex BC 3E BA 0 43 1 1A 12D 32 31
Octal 274 76 272 0 103 1 32 455 62 61
Binary 10111100 111110 10111010 0 1000011 1 11010 100101101 110010 110001

Color Harmonies of #BC3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EBA

Black with #BC3EBA

Text Example


Text Example

White with #BC3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EBA; }

 p { color: rgb(188,62,186); }

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

background-color css

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

 a { background-color: rgb(188,62,186); }

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

border-color css

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

 span { border-color: rgb(188,62,186); }

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