Html Css Color HEX #BC74BD Fuchsia

📋 copy color: '#BC74BD'

red 188 ◦ green 116 ◦ blue 189

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

Shades of Fuchsia #BC74BD

Tints of Fuchsia #BC74BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.34%

R = 38.13%
G = 23.53%
B = 38.34%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC74BD (or 0xBC74BD) is known color: Fuchsia. HEX triplet: BC, 74 and BD. RGB value is (188,116,189). Sum of RGB (Red+Green+Blue) = 188+116+189=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC74BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74BD is #438B42. Grayscale: #919191. Windows color (decimal): -4426563 or 12416188. OLE color: 12416188.

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

Color convert

RGB 188 116 189 -
CMYK 0.01 0.39 0 0.26
HSL 299.18º 0.36% 0.6% -
HSV(B) 299.18º 0.39% 0.74% -
XYZ 36.17 26.86 51.42 -
YUV 145.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 188 116 189 0.01 0.39 0 0.26 299.18 0.36 0.6
Hex BC 74 BD 1 27 0 1A 12B 24 3C
Octal 274 164 275 1 47 0 32 453 44 74
Binary 10111100 1110100 10111101 1 100111 0 11010 100101011 100100 111100

Color Harmonies of #BC74BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74BD

Black with #BC74BD

Text Example


Text Example

White with #BC74BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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