Html Css Color HEX #BC4FB7 Fuchsia

📋 copy color: '#BC4FB7'

red 188 ◦ green 79 ◦ blue 183

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

Shades of Fuchsia #BC4FB7

Tints of Fuchsia #BC4FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.67%

R = 41.78%
G = 17.56%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC4FB7 (or 0xBC4FB7) is known color: Fuchsia. HEX triplet: BC, 4F and B7. RGB value is (188,79,183). Sum of RGB (Red+Green+Blue) = 188+79+183=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FB7 is #43B048. Grayscale: #7B7B7B. Windows color (decimal): -4436041 or 12013500. OLE color: 12013500.

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

Color convert

RGB 188 79 183 -
CMYK 0 0.58 0.03 0.26
HSL 302.75º 0.45% 0.52% -
HSV(B) 302.75º 0.58% 0.74% -
XYZ 32.08 19.7 46.91 -
YUV 123.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 188 79 183 0 0.58 0.03 0.26 302.75 0.45 0.52
Hex BC 4F B7 0 3A 3 1A 12F 2D 34
Octal 274 117 267 0 72 3 32 457 55 64
Binary 10111100 1001111 10110111 0 111010 11 11010 100101111 101101 110100

Color Harmonies of #BC4FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FB7

Black with #BC4FB7

Text Example


Text Example

White with #BC4FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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