Html Css Color HEX #BC4ABC Fuchsia

📋 copy color: '#BC4ABC'

red 188 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #BC4ABC

Tints of Fuchsia #BC4ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.44%

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

R = 41.78%
G = 16.44%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC4ABC (or 0xBC4ABC) is known color: Fuchsia. HEX triplet: BC, 4A and BC. RGB value is (188,74,188). Sum of RGB (Red+Green+Blue) = 188+74+188=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC4ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4ABC is #43B543. Grayscale: #787878. Windows color (decimal): -4437316 or 12339900. OLE color: 12339900.

HSL color Cylindrical-coordinate representation of color #BC4ABC: hue angle of 300º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4ABC is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 74 188 -
CMYK 0 0.61 0 0.26
HSL 300º 0.46% 0.51% -
HSV(B) 300º 0.61% 0.74% -
XYZ 32.26 19.22 49.59 -
YUV 121.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 188 74 188 0 0.61 0 0.26 300 0.46 0.51
Hex BC 4A BC 0 3D 0 1A 12C 2E 33
Octal 274 112 274 0 75 0 32 454 56 63
Binary 10111100 1001010 10111100 0 111101 0 11010 100101100 101110 110011

Color Harmonies of #BC4ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4ABC

Black with #BC4ABC

Text Example


Text Example

White with #BC4ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4ABC; }

 p { color: rgb(188,74,188); }

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

background-color css

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

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

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

border-color css

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

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

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