Html Css Color HEX #BC73B9 Fuchsia

📋 copy color: '#BC73B9'

red 188 ◦ green 115 ◦ blue 185

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

Shades of Fuchsia #BC73B9

Tints of Fuchsia #BC73B9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.57%

 BLUE value IS 185 (72.66% from 255) = 37.91%

R = 38.52%
G = 23.57%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC73B9 (or 0xBC73B9) is known color: Fuchsia. HEX triplet: BC, 73 and B9. RGB value is (188,115,185). Sum of RGB (Red+Green+Blue) = 188+115+185=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73B9 is #438C46. Grayscale: #909090. Windows color (decimal): -4426823 or 12153788. OLE color: 12153788.

HSL color Cylindrical-coordinate representation of color #BC73B9: hue angle of 302.47º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC73B9 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 115 185 -
CMYK 0 0.39 0.02 0.26
HSL 302.47º 0.35% 0.59% -
HSV(B) 302.47º 0.39% 0.74% -
XYZ 35.63 26.46 49.13 -
YUV 144.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 188 115 185 0 0.39 0.02 0.26 302.47 0.35 0.59
Hex BC 73 B9 0 27 2 1A 12E 23 3B
Octal 274 163 271 0 47 2 32 456 43 73
Binary 10111100 1110011 10111001 0 100111 10 11010 100101110 100011 111011

Color Harmonies of #BC73B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73B9

Black with #BC73B9

Text Example


Text Example

White with #BC73B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73B9; }

 p { color: rgb(188,115,185); }

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

background-color css

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

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

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

border-color css

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

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

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