Html Css Color HEX #BC5BBA Fuchsia

📋 copy color: '#BC5BBA'

red 188 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #BC5BBA

Tints of Fuchsia #BC5BBA

RGB

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

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

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

R = 40.43%
G = 19.57%
B = 40%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC5BBA (or 0xBC5BBA) is known color: Fuchsia. HEX triplet: BC, 5B and BA. RGB value is (188,91,186). Sum of RGB (Red+Green+Blue) = 188+91+186=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BBA is #43A445. Grayscale: #828282. Windows color (decimal): -4432966 or 12213180. OLE color: 12213180.

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

Color convert

RGB 188 91 186 -
CMYK 0 0.52 0.01 0.26
HSL 301.24º 0.42% 0.55% -
HSV(B) 301.24º 0.52% 0.74% -
XYZ 33.34 21.72 48.89 -
YUV 130.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 188 91 186 0 0.52 0.01 0.26 301.24 0.42 0.55
Hex BC 5B BA 0 34 1 1A 12D 2A 37
Octal 274 133 272 0 64 1 32 455 52 67
Binary 10111100 1011011 10111010 0 110100 1 11010 100101101 101010 110111

Color Harmonies of #BC5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BBA

Black with #BC5BBA

Text Example


Text Example

White with #BC5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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