Html Css Color HEX #BC3DAB Fuchsia

📋 copy color: '#BC3DAB'

red 188 ◦ green 61 ◦ blue 171

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

Shades of Fuchsia #BC3DAB

Tints of Fuchsia #BC3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.52%

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 44.76%
G = 14.52%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC3DAB (or 0xBC3DAB) is known color: Fuchsia. HEX triplet: BC, 3D and AB. RGB value is (188,61,171). Sum of RGB (Red+Green+Blue) = 188+61+171=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3DAB is #43C254. Grayscale: #6F6F6F. Windows color (decimal): -4440661 or 11222460. OLE color: 11222460.

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

Color convert

RGB 188 61 171 -
CMYK 0 0.68 0.09 0.26
HSL 308.03º 0.51% 0.49% -
HSV(B) 308.03º 0.68% 0.74% -
XYZ 29.76 16.97 40.24 -
YUV 111.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 188 61 171 0 0.68 0.09 0.26 308.03 0.51 0.49
Hex BC 3D AB 0 44 9 1A 134 33 31
Octal 274 75 253 0 104 11 32 464 63 61
Binary 10111100 111101 10101011 0 1000100 1001 11010 100110100 110011 110001

Color Harmonies of #BC3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DAB

Black with #BC3DAB

Text Example


Text Example

White with #BC3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DAB; }

 p { color: rgb(188,61,171); }

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

background-color css

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

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

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

border-color css

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

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

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