Html Css Color HEX #BC2DBE Fuchsia

📋 copy color: '#BC2DBE'

red 188 ◦ green 45 ◦ blue 190

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

Shades of Fuchsia #BC2DBE

Tints of Fuchsia #BC2DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 44.44%
G = 10.64%
B = 44.92%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC2DBE (or 0xBC2DBE) is known color: Fuchsia. HEX triplet: BC, 2D and BE. RGB value is (188,45,190). Sum of RGB (Red+Green+Blue) = 188+45+190=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC2DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DBE is #43D241. Grayscale: #676767. Windows color (decimal): -4444738 or 12463548. OLE color: 12463548.

HSL color Cylindrical-coordinate representation of color #BC2DBE: hue angle of 299.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2DBE is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 45 190 -
CMYK 0.01 0.76 0 0.25
HSL 299.17º 0.62% 0.46% -
HSV(B) 299.17º 0.76% 0.75% -
XYZ 30.97 16.29 50.23 -
YUV 104.29 176.38 187.71 -
System Red Green Blue C M Y K H S L
Decimal 188 45 190 0.01 0.76 0 0.25 299.17 0.62 0.46
Hex BC 2D BE 1 4C 0 19 12B 3E 2E
Octal 274 55 276 1 114 0 31 453 76 56
Binary 10111100 101101 10111110 1 1001100 0 11001 100101011 111110 101110

Color Harmonies of #BC2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DBE

Black with #BC2DBE

Text Example


Text Example

White with #BC2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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