Html Css Color HEX #BC2BBA Fuchsia

📋 copy color: '#BC2BBA'

red 188 ◦ green 43 ◦ blue 186

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

Shades of Fuchsia #BC2BBA

Tints of Fuchsia #BC2BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 45.08%
G = 10.31%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC2BBA (or 0xBC2BBA) is known color: Fuchsia. HEX triplet: BC, 2B and BA. RGB value is (188,43,186). Sum of RGB (Red+Green+Blue) = 188+43+186=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BBA is #43D445. Grayscale: #666666. Windows color (decimal): -4445254 or 12200892. OLE color: 12200892.

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

Color convert

RGB 188 43 186 -
CMYK 0 0.77 0.01 0.26
HSL 300.83º 0.63% 0.45% -
HSV(B) 300.83º 0.77% 0.74% -
XYZ 30.47 15.96 47.93 -
YUV 102.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 188 43 186 0 0.77 0.01 0.26 300.83 0.63 0.45
Hex BC 2B BA 0 4D 1 1A 12D 3F 2D
Octal 274 53 272 0 115 1 32 455 77 55
Binary 10111100 101011 10111010 0 1001101 1 11010 100101101 111111 101101

Color Harmonies of #BC2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BBA

Black with #BC2BBA

Text Example


Text Example

White with #BC2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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