Html Css Color HEX #BC74B6 Fuchsia

📋 copy color: '#BC74B6'

red 188 ◦ green 116 ◦ blue 182

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

Shades of Fuchsia #BC74B6

Tints of Fuchsia #BC74B6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.87%

 BLUE value IS 182 (71.48% from 255) = 37.45%

R = 38.68%
G = 23.87%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC74B6 (or 0xBC74B6) is known color: Fuchsia. HEX triplet: BC, 74 and B6. RGB value is (188,116,182). Sum of RGB (Red+Green+Blue) = 188+116+182=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74B6 is #438B49. Grayscale: #909090. Windows color (decimal): -4426570 or 11957436. OLE color: 11957436.

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

Color convert

RGB 188 116 182 -
CMYK 0 0.38 0.03 0.26
HSL 305º 0.35% 0.6% -
HSV(B) 305º 0.38% 0.74% -
XYZ 35.43 26.56 47.52 -
YUV 145.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 188 116 182 0 0.38 0.03 0.26 305 0.35 0.6
Hex BC 74 B6 0 26 3 1A 131 23 3C
Octal 274 164 266 0 46 3 32 461 43 74
Binary 10111100 1110100 10110110 0 100110 11 11010 100110001 100011 111100

Color Harmonies of #BC74B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74B6

Black with #BC74B6

Text Example


Text Example

White with #BC74B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74B6; }

 p { color: rgb(188,116,182); }

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

background-color css

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

 a { background-color: rgb(188,116,182); }

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

border-color css

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

 span { border-color: rgb(188,116,182); }

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