Html Css Color HEX #BC5BBC Fuchsia

📋 copy color: '#BC5BBC'

red 188 ◦ green 91 ◦ blue 188

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

Shades of Fuchsia #BC5BBC

Tints of Fuchsia #BC5BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.49%

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 40.26%
G = 19.49%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC5BBC (or 0xBC5BBC) is known color: Fuchsia. HEX triplet: BC, 5B and BC. RGB value is (188,91,188). Sum of RGB (Red+Green+Blue) = 188+91+188=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC5BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BBC is #43A443. Grayscale: #828282. Windows color (decimal): -4432964 or 12344252. OLE color: 12344252.

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

Color convert

RGB 188 91 188 -
CMYK 0 0.52 0 0.26
HSL 300º 0.42% 0.55% -
HSV(B) 300º 0.52% 0.74% -
XYZ 33.56 21.8 50.02 -
YUV 131.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 188 91 188 0 0.52 0 0.26 300 0.42 0.55
Hex BC 5B BC 0 34 0 1A 12C 2A 37
Octal 274 133 274 0 64 0 32 454 52 67
Binary 10111100 1011011 10111100 0 110100 0 11010 100101100 101010 110111

Color Harmonies of #BC5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BBC

Black with #BC5BBC

Text Example


Text Example

White with #BC5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BBC; }

 p { color: rgb(188,91,188); }

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

background-color css

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

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

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

border-color css

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

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

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