Html Css Color HEX #BC74BB Fuchsia

📋 copy color: '#BC74BB'

red 188 ◦ green 116 ◦ blue 187

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

Shades of Fuchsia #BC74BB

Tints of Fuchsia #BC74BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 38.29%
G = 23.63%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC74BB (or 0xBC74BB) is known color: Fuchsia. HEX triplet: BC, 74 and BB. RGB value is (188,116,187). Sum of RGB (Red+Green+Blue) = 188+116+187=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74BB is #438B44. Grayscale: #919191. Windows color (decimal): -4426565 or 12285116. OLE color: 12285116.

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

Color convert

RGB 188 116 187 -
CMYK 0 0.38 0.01 0.26
HSL 300.83º 0.35% 0.6% -
HSV(B) 300.83º 0.38% 0.74% -
XYZ 35.95 26.77 50.29 -
YUV 145.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 188 116 187 0 0.38 0.01 0.26 300.83 0.35 0.6
Hex BC 74 BB 0 26 1 1A 12D 23 3C
Octal 274 164 273 0 46 1 32 455 43 74
Binary 10111100 1110100 10111011 0 100110 1 11010 100101101 100011 111100

Color Harmonies of #BC74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74BB

Black with #BC74BB

Text Example


Text Example

White with #BC74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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