Html Css Color HEX #BC66BA Fuchsia

📋 copy color: '#BC66BA'

red 188 ◦ green 102 ◦ blue 186

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

Shades of Fuchsia #BC66BA

Tints of Fuchsia #BC66BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 39.5%
G = 21.43%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC66BA (or 0xBC66BA) is known color: Fuchsia. HEX triplet: BC, 66 and BA. RGB value is (188,102,186). Sum of RGB (Red+Green+Blue) = 188+102+186=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66BA is #439945. Grayscale: #898989. Windows color (decimal): -4430150 or 12215996. OLE color: 12215996.

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

Color convert

RGB 188 102 186 -
CMYK 0 0.46 0.01 0.26
HSL 301.4º 0.39% 0.57% -
HSV(B) 301.4º 0.46% 0.74% -
XYZ 34.35 23.74 49.23 -
YUV 137.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 188 102 186 0 0.46 0.01 0.26 301.4 0.39 0.57
Hex BC 66 BA 0 2E 1 1A 12D 27 39
Octal 274 146 272 0 56 1 32 455 47 71
Binary 10111100 1100110 10111010 0 101110 1 11010 100101101 100111 111001

Color Harmonies of #BC66BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC66BA

Black with #BC66BA

Text Example


Text Example

White with #BC66BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC66BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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