Html Css Color HEX #BC72BA Fuchsia

📋 copy color: '#BC72BA'

red 188 ◦ green 114 ◦ blue 186

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

Shades of Fuchsia #BC72BA

Tints of Fuchsia #BC72BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.36%

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

R = 38.52%
G = 23.36%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC72BA (or 0xBC72BA) is known color: Fuchsia. HEX triplet: BC, 72 and BA. RGB value is (188,114,186). Sum of RGB (Red+Green+Blue) = 188+114+186=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72BA is #438D45. Grayscale: #909090. Windows color (decimal): -4427078 or 12219068. OLE color: 12219068.

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

Color convert

RGB 188 114 186 -
CMYK 0 0.39 0.01 0.26
HSL 301.62º 0.36% 0.59% -
HSV(B) 301.62º 0.39% 0.74% -
XYZ 35.62 26.27 49.65 -
YUV 144.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 188 114 186 0 0.39 0.01 0.26 301.62 0.36 0.59
Hex BC 72 BA 0 27 1 1A 12E 24 3B
Octal 274 162 272 0 47 1 32 456 44 73
Binary 10111100 1110010 10111010 0 100111 1 11010 100101110 100100 111011

Color Harmonies of #BC72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72BA

Black with #BC72BA

Text Example


Text Example

White with #BC72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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