Html Css Color HEX #BC5DBF Fuchsia

📋 copy color: '#BC5DBF'

red 188 ◦ green 93 ◦ blue 191

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

Shades of Fuchsia #BC5DBF

Tints of Fuchsia #BC5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.7%

 BLUE value IS 191 (75% from 255) = 40.47%

R = 39.83%
G = 19.7%
B = 40.47%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC5DBF (or 0xBC5DBF) is known color: Fuchsia. HEX triplet: BC, 5D and BF. RGB value is (188,93,191). Sum of RGB (Red+Green+Blue) = 188+93+191=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC5DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DBF is #43A240. Grayscale: #848484. Windows color (decimal): -4432449 or 12541372. OLE color: 12541372.

HSL color Cylindrical-coordinate representation of color #BC5DBF: hue angle of 298.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5DBF is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 93 191 -
CMYK 0.02 0.51 0 0.25
HSL 298.16º 0.43% 0.56% -
HSV(B) 298.16º 0.51% 0.75% -
XYZ 34.06 22.28 51.8 -
YUV 132.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 188 93 191 0.02 0.51 0 0.25 298.16 0.43 0.56
Hex BC 5D BF 2 33 0 19 12A 2B 38
Octal 274 135 277 2 63 0 31 452 53 70
Binary 10111100 1011101 10111111 10 110011 0 11001 100101010 101011 111000

Color Harmonies of #BC5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DBF

Black with #BC5DBF

Text Example


Text Example

White with #BC5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DBF; }

 p { color: rgb(188,93,191); }

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

background-color css

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

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

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

border-color css

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

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

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