Html Css Color HEX #BC71B7 Fuchsia

📋 copy color: '#BC71B7'

red 188 ◦ green 113 ◦ blue 183

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

Shades of Fuchsia #BC71B7

Tints of Fuchsia #BC71B7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.35%

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

R = 38.84%
G = 23.35%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC71B7 (or 0xBC71B7) is known color: Fuchsia. HEX triplet: BC, 71 and B7. RGB value is (188,113,183). Sum of RGB (Red+Green+Blue) = 188+113+183=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71B7 is #438E48. Grayscale: #8F8F8F. Windows color (decimal): -4427337 or 12022204. OLE color: 12022204.

HSL color Cylindrical-coordinate representation of color #BC71B7: hue angle of 304º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC71B7 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 113 183 -
CMYK 0 0.40 0.03 0.26
HSL 304º 0.36% 0.59% -
HSV(B) 304º 0.4% 0.74% -
XYZ 35.19 25.92 47.95 -
YUV 143.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 188 113 183 0 0.40 0.03 0.26 304 0.36 0.59
Hex BC 71 B7 0 28 3 1A 130 24 3B
Octal 274 161 267 0 50 3 32 460 44 73
Binary 10111100 1110001 10110111 0 101000 11 11010 100110000 100100 111011

Color Harmonies of #BC71B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71B7

Black with #BC71B7

Text Example


Text Example

White with #BC71B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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