Html Css Color HEX #BC63BB Fuchsia

📋 copy color: '#BC63BB'

red 188 ◦ green 99 ◦ blue 187

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

Shades of Fuchsia #BC63BB

Tints of Fuchsia #BC63BB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.89%

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

R = 39.66%
G = 20.89%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC63BB (or 0xBC63BB) is known color: Fuchsia. HEX triplet: BC, 63 and BB. RGB value is (188,99,187). Sum of RGB (Red+Green+Blue) = 188+99+187=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63BB is #439C44. Grayscale: #878787. Windows color (decimal): -4430917 or 12280764. OLE color: 12280764.

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

Color convert

RGB 188 99 187 -
CMYK 0 0.47 0.01 0.26
HSL 300.67º 0.4% 0.56% -
HSV(B) 300.67º 0.47% 0.74% -
XYZ 34.17 23.2 49.69 -
YUV 135.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 188 99 187 0 0.47 0.01 0.26 300.67 0.4 0.56
Hex BC 63 BB 0 2F 1 1A 12D 28 38
Octal 274 143 273 0 57 1 32 455 50 70
Binary 10111100 1100011 10111011 0 101111 1 11010 100101101 101000 111000

Color Harmonies of #BC63BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63BB

Black with #BC63BB

Text Example


Text Example

White with #BC63BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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