Html Css Color HEX #BC3EBB Fuchsia

📋 copy color: '#BC3EBB'

red 188 ◦ green 62 ◦ blue 187

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

Shades of Fuchsia #BC3EBB

Tints of Fuchsia #BC3EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 43.02%
G = 14.19%
B = 42.79%

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

#BC3EBB (or 0xBC3EBB) is known color: Fuchsia. HEX triplet: BC, 3E and BB. RGB value is (188,62,187). Sum of RGB (Red+Green+Blue) = 188+62+187=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EBB is #43C144. Grayscale: #717171. Windows color (decimal): -4440389 or 12271292. OLE color: 12271292.

HSL color Cylindrical-coordinate representation of color #BC3EBB: hue angle of 300.48º 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 #BC3EBB is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 62 187 -
CMYK 0 0.67 0.01 0.26
HSL 300.48º 0.5% 0.49% -
HSV(B) 300.48º 0.67% 0.74% -
XYZ 31.43 17.72 48.78 -
YUV 113.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 188 62 187 0 0.67 0.01 0.26 300.48 0.5 0.49
Hex BC 3E BB 0 43 1 1A 12C 32 31
Octal 274 76 273 0 103 1 32 454 62 61
Binary 10111100 111110 10111011 0 1000011 1 11010 100101100 110010 110001

Color Harmonies of #BC3EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EBB

Black with #BC3EBB

Text Example


Text Example

White with #BC3EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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