Html Css Color HEX #BC4ABB Fuchsia

📋 copy color: '#BC4ABB'

red 188 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #BC4ABB

Tints of Fuchsia #BC4ABB

RGB

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

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

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

R = 41.87%
G = 16.48%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC4ABB (or 0xBC4ABB) is known color: Fuchsia. HEX triplet: BC, 4A and BB. RGB value is (188,74,187). Sum of RGB (Red+Green+Blue) = 188+74+187=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4ABB is #43B544. Grayscale: #787878. Windows color (decimal): -4437317 or 12274364. OLE color: 12274364.

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

Color convert

RGB 188 74 187 -
CMYK 0 0.61 0.01 0.26
HSL 300.53º 0.46% 0.51% -
HSV(B) 300.53º 0.61% 0.74% -
XYZ 32.16 19.18 49.02 -
YUV 120.97 165.27 175.81 -
System Red Green Blue C M Y K H S L
Decimal 188 74 187 0 0.61 0.01 0.26 300.53 0.46 0.51
Hex BC 4A BB 0 3D 1 1A 12D 2E 33
Octal 274 112 273 0 75 1 32 455 56 63
Binary 10111100 1001010 10111011 0 111101 1 11010 100101101 101110 110011

Color Harmonies of #BC4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4ABB

Black with #BC4ABB

Text Example


Text Example

White with #BC4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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