Html Css Color HEX #BC5DBB Fuchsia

📋 copy color: '#BC5DBB'

red 188 ◦ green 93 ◦ blue 187

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

Shades of Fuchsia #BC5DBB

Tints of Fuchsia #BC5DBB

RGB

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

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

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

R = 40.17%
G = 19.87%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC5DBB (or 0xBC5DBB) is known color: Fuchsia. HEX triplet: BC, 5D and BB. RGB value is (188,93,187). Sum of RGB (Red+Green+Blue) = 188+93+187=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DBB is #43A244. Grayscale: #838383. Windows color (decimal): -4432453 or 12279228. OLE color: 12279228.

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

Color convert

RGB 188 93 187 -
CMYK 0 0.51 0.01 0.26
HSL 300.63º 0.41% 0.55% -
HSV(B) 300.63º 0.51% 0.74% -
XYZ 33.62 22.11 49.51 -
YUV 132.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 188 93 187 0 0.51 0.01 0.26 300.63 0.41 0.55
Hex BC 5D BB 0 33 1 1A 12D 29 37
Octal 274 135 273 0 63 1 32 455 51 67
Binary 10111100 1011101 10111011 0 110011 1 11010 100101101 101001 110111

Color Harmonies of #BC5DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DBB

Black with #BC5DBB

Text Example


Text Example

White with #BC5DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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