Html Css Color HEX #BC2BB8 Fuchsia

📋 copy color: '#BC2BB8'

red 188 ◦ green 43 ◦ blue 184

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

Shades of Fuchsia #BC2BB8

Tints of Fuchsia #BC2BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.34%

R = 45.3%
G = 10.36%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC2BB8 (or 0xBC2BB8) is known color: Fuchsia. HEX triplet: BC, 2B and B8. RGB value is (188,43,184). Sum of RGB (Red+Green+Blue) = 188+43+184=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BB8 is #43D447. Grayscale: #666666. Windows color (decimal): -4445256 or 12069820. OLE color: 12069820.

HSL color Cylindrical-coordinate representation of color #BC2BB8: hue angle of 301.66º 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 #BC2BB8 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 43 184 -
CMYK 0 0.77 0.02 0.26
HSL 301.66º 0.63% 0.45% -
HSV(B) 301.66º 0.77% 0.74% -
XYZ 30.25 15.88 46.82 -
YUV 102.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 188 43 184 0 0.77 0.02 0.26 301.66 0.63 0.45
Hex BC 2B B8 0 4D 2 1A 12E 3F 2D
Octal 274 53 270 0 115 2 32 456 77 55
Binary 10111100 101011 10111000 0 1001101 10 11010 100101110 111111 101101

Color Harmonies of #BC2BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BB8

Black with #BC2BB8

Text Example


Text Example

White with #BC2BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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