Html Css Color HEX #BC4FB9 Fuchsia

📋 copy color: '#BC4FB9'

red 188 ◦ green 79 ◦ blue 185

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

Shades of Fuchsia #BC4FB9

Tints of Fuchsia #BC4FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.48%

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 41.59%
G = 17.48%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC4FB9 (or 0xBC4FB9) is known color: Fuchsia. HEX triplet: BC, 4F and B9. RGB value is (188,79,185). Sum of RGB (Red+Green+Blue) = 188+79+185=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FB9 is #43B046. Grayscale: #7B7B7B. Windows color (decimal): -4436039 or 12144572. OLE color: 12144572.

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

Color convert

RGB 188 79 185 -
CMYK 0 0.58 0.02 0.26
HSL 301.65º 0.45% 0.52% -
HSV(B) 301.65º 0.58% 0.74% -
XYZ 32.29 19.79 48.02 -
YUV 123.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 188 79 185 0 0.58 0.02 0.26 301.65 0.45 0.52
Hex BC 4F B9 0 3A 2 1A 12E 2D 34
Octal 274 117 271 0 72 2 32 456 55 64
Binary 10111100 1001111 10111001 0 111010 10 11010 100101110 101101 110100

Color Harmonies of #BC4FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FB9

Black with #BC4FB9

Text Example


Text Example

White with #BC4FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FB9; }

 p { color: rgb(188,79,185); }

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

background-color css

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

 a { background-color: rgb(188,79,185); }

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

border-color css

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

 span { border-color: rgb(188,79,185); }

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