Html Css Color HEX #BC66BD Fuchsia

📋 copy color: '#BC66BD'

red 188 ◦ green 102 ◦ blue 189

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

Shades of Fuchsia #BC66BD

Tints of Fuchsia #BC66BD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.29%

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

R = 39.25%
G = 21.29%
B = 39.46%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC66BD (or 0xBC66BD) is known color: Fuchsia. HEX triplet: BC, 66 and BD. RGB value is (188,102,189). Sum of RGB (Red+Green+Blue) = 188+102+189=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66BD is #439942. Grayscale: #898989. Windows color (decimal): -4430147 or 12412604. OLE color: 12412604.

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

Color convert

RGB 188 102 189 -
CMYK 0.01 0.46 0 0.26
HSL 299.31º 0.4% 0.57% -
HSV(B) 299.31º 0.46% 0.74% -
XYZ 34.68 23.87 50.92 -
YUV 137.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 188 102 189 0.01 0.46 0 0.26 299.31 0.4 0.57
Hex BC 66 BD 1 2E 0 1A 12B 28 39
Octal 274 146 275 1 56 0 32 453 50 71
Binary 10111100 1100110 10111101 1 101110 0 11010 100101011 101000 111001

Color Harmonies of #BC66BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC66BD

Black with #BC66BD

Text Example


Text Example

White with #BC66BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC66BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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