Html Css Color HEX #BC2BBE Fuchsia

📋 copy color: '#BC2BBE'

red 188 ◦ green 43 ◦ blue 190

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

Shades of Fuchsia #BC2BBE

Tints of Fuchsia #BC2BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.21%

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

R = 44.66%
G = 10.21%
B = 45.13%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC2BBE (or 0xBC2BBE) is known color: Fuchsia. HEX triplet: BC, 2B and BE. RGB value is (188,43,190). Sum of RGB (Red+Green+Blue) = 188+43+190=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC2BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BBE is #43D441. Grayscale: #666666. Windows color (decimal): -4445250 or 12463036. OLE color: 12463036.

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

Color convert

RGB 188 43 190 -
CMYK 0.01 0.77 0 0.25
HSL 299.18º 0.63% 0.46% -
HSV(B) 299.18º 0.77% 0.75% -
XYZ 30.9 16.14 50.2 -
YUV 103.11 177.04 188.55 -
System Red Green Blue C M Y K H S L
Decimal 188 43 190 0.01 0.77 0 0.25 299.18 0.63 0.46
Hex BC 2B BE 1 4D 0 19 12B 3F 2E
Octal 274 53 276 1 115 0 31 453 77 56
Binary 10111100 101011 10111110 1 1001101 0 11001 100101011 111111 101110

Color Harmonies of #BC2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BBE

Black with #BC2BBE

Text Example


Text Example

White with #BC2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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