Html Css Color HEX #BC4CBF Fuchsia

📋 copy color: '#BC4CBF'

red 188 ◦ green 76 ◦ blue 191

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

Shades of Fuchsia #BC4CBF

Tints of Fuchsia #BC4CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.7%

 BLUE value IS 191 (75% from 255) = 41.98%

R = 41.32%
G = 16.7%
B = 41.98%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC4CBF (or 0xBC4CBF) is known color: Fuchsia. HEX triplet: BC, 4C and BF. RGB value is (188,76,191). Sum of RGB (Red+Green+Blue) = 188+76+191=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC4CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CBF is #43B340. Grayscale: #7A7A7A. Windows color (decimal): -4436801 or 12537020. OLE color: 12537020.

HSL color Cylindrical-coordinate representation of color #BC4CBF: hue angle of 298.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4CBF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 76 191 -
CMYK 0.02 0.60 0 0.25
HSL 298.43º 0.47% 0.52% -
HSV(B) 298.43º 0.6% 0.75% -
XYZ 32.73 19.62 51.35 -
YUV 122.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 188 76 191 0.02 0.60 0 0.25 298.43 0.47 0.52
Hex BC 4C BF 2 3C 0 19 12A 2F 34
Octal 274 114 277 2 74 0 31 452 57 64
Binary 10111100 1001100 10111111 10 111100 0 11001 100101010 101111 110100

Color Harmonies of #BC4CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CBF

Black with #BC4CBF

Text Example


Text Example

White with #BC4CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CBF; }

 p { color: rgb(188,76,191); }

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

background-color css

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

 a { background-color: rgb(188,76,191); }

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

border-color css

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

 span { border-color: rgb(188,76,191); }

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