Html Css Color HEX #BC2FBB Fuchsia

📋 copy color: '#BC2FBB'

red 188 ◦ green 47 ◦ blue 187

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

Shades of Fuchsia #BC2FBB

Tints of Fuchsia #BC2FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.14%

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 44.55%
G = 11.14%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC2FBB (or 0xBC2FBB) is known color: Fuchsia. HEX triplet: BC, 2F and BB. RGB value is (188,47,187). Sum of RGB (Red+Green+Blue) = 188+47+187=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FBB is #43D044. Grayscale: #686868. Windows color (decimal): -4444229 or 12267452. OLE color: 12267452.

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

Color convert

RGB 188 47 187 -
CMYK 0 0.75 0.01 0.26
HSL 300.43º 0.6% 0.46% -
HSV(B) 300.43º 0.75% 0.74% -
XYZ 30.73 16.31 48.54 -
YUV 105.12 174.21 187.12 -
System Red Green Blue C M Y K H S L
Decimal 188 47 187 0 0.75 0.01 0.26 300.43 0.6 0.46
Hex BC 2F BB 0 4B 1 1A 12C 3C 2E
Octal 274 57 273 0 113 1 32 454 74 56
Binary 10111100 101111 10111011 0 1001011 1 11010 100101100 111100 101110

Color Harmonies of #BC2FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FBB

Black with #BC2FBB

Text Example


Text Example

White with #BC2FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FBB; }

 p { color: rgb(188,47,187); }

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

background-color css

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

 a { background-color: rgb(188,47,187); }

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

border-color css

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

 span { border-color: rgb(188,47,187); }

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