Html Css Color HEX #BC2DB0 Fuchsia

📋 copy color: '#BC2DB0'

red 188 ◦ green 45 ◦ blue 176

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

Shades of Fuchsia #BC2DB0

Tints of Fuchsia #BC2DB0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11%

 BLUE value IS 176 (69.14% from 255) = 43.03%

R = 45.97%
G = 11%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC2DB0 (or 0xBC2DB0) is known color: Fuchsia. HEX triplet: BC, 2D and B0. RGB value is (188,45,176). Sum of RGB (Red+Green+Blue) = 188+45+176=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2DB0 is #43D24F. Grayscale: #666666. Windows color (decimal): -4444752 or 11546044. OLE color: 11546044.

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

Color convert

RGB 188 45 176 -
CMYK 0 0.76 0.06 0.26
HSL 305.04º 0.61% 0.46% -
HSV(B) 305.04º 0.76% 0.74% -
XYZ 29.51 15.7 42.55 -
YUV 102.69 169.38 188.85 -
System Red Green Blue C M Y K H S L
Decimal 188 45 176 0 0.76 0.06 0.26 305.04 0.61 0.46
Hex BC 2D B0 0 4C 6 1A 131 3D 2E
Octal 274 55 260 0 114 6 32 461 75 56
Binary 10111100 101101 10110000 0 1001100 110 11010 100110001 111101 101110

Color Harmonies of #BC2DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DB0

Black with #BC2DB0

Text Example


Text Example

White with #BC2DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DB0; }

 p { color: rgb(188,45,176); }

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

background-color css

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

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

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

border-color css

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

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

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