Html Css Color HEX #BC5EBB Fuchsia

📋 copy color: '#BC5EBB'

red 188 ◦ green 94 ◦ blue 187

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

Shades of Fuchsia #BC5EBB

Tints of Fuchsia #BC5EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.04%

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

R = 40.09%
G = 20.04%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC5EBB (or 0xBC5EBB) is known color: Fuchsia. HEX triplet: BC, 5E and BB. RGB value is (188,94,187). Sum of RGB (Red+Green+Blue) = 188+94+187=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EBB is #43A144. Grayscale: #848484. Windows color (decimal): -4432197 or 12279484. OLE color: 12279484.

HSL color Cylindrical-coordinate representation of color #BC5EBB: hue angle of 300.64º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5EBB is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 187 -
CMYK 0 0.50 0.01 0.26
HSL 300.64º 0.41% 0.55% -
HSV(B) 300.64º 0.5% 0.74% -
XYZ 33.71 22.28 49.54 -
YUV 132.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 188 94 187 0 0.50 0.01 0.26 300.64 0.41 0.55
Hex BC 5E BB 0 32 1 1A 12D 29 37
Octal 274 136 273 0 62 1 32 455 51 67
Binary 10111100 1011110 10111011 0 110010 1 11010 100101101 101001 110111

Color Harmonies of #BC5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EBB

Black with #BC5EBB

Text Example


Text Example

White with #BC5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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