Html Css Color HEX #BC5FBA Fuchsia

📋 copy color: '#BC5FBA'

red 188 ◦ green 95 ◦ blue 186

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

Shades of Fuchsia #BC5FBA

Tints of Fuchsia #BC5FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.26%

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

R = 40.09%
G = 20.26%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC5FBA (or 0xBC5FBA) is known color: Fuchsia. HEX triplet: BC, 5F and BA. RGB value is (188,95,186). Sum of RGB (Red+Green+Blue) = 188+95+186=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FBA is #43A045. Grayscale: #848484. Windows color (decimal): -4431942 or 12214204. OLE color: 12214204.

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

Color convert

RGB 188 95 186 -
CMYK 0 0.49 0.01 0.26
HSL 301.29º 0.41% 0.55% -
HSV(B) 301.29º 0.49% 0.74% -
XYZ 33.69 22.42 49.01 -
YUV 133.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 188 95 186 0 0.49 0.01 0.26 301.29 0.41 0.55
Hex BC 5F BA 0 31 1 1A 12D 29 37
Octal 274 137 272 0 61 1 32 455 51 67
Binary 10111100 1011111 10111010 0 110001 1 11010 100101101 101001 110111

Color Harmonies of #BC5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FBA

Black with #BC5FBA

Text Example


Text Example

White with #BC5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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