Html Css Color HEX #BC72C1 Fuchsia

📋 copy color: '#BC72C1'

red 188 ◦ green 114 ◦ blue 193

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

Shades of Fuchsia #BC72C1

Tints of Fuchsia #BC72C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.99%

R = 37.98%
G = 23.03%
B = 38.99%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC72C1 (or 0xBC72C1) is known color: Fuchsia. HEX triplet: BC, 72 and C1. RGB value is (188,114,193). Sum of RGB (Red+Green+Blue) = 188+114+193=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC72C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72C1 is #438D3E. Grayscale: #909090. Windows color (decimal): -4427071 or 12677820. OLE color: 12677820.

HSL color Cylindrical-coordinate representation of color #BC72C1: hue angle of 296.2º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC72C1 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 114 193 -
CMYK 0.03 0.41 0 0.24
HSL 296.2º 0.39% 0.6% -
HSV(B) 296.2º 0.41% 0.76% -
XYZ 36.38 26.58 53.66 -
YUV 145.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 188 114 193 0.03 0.41 0 0.24 296.2 0.39 0.6
Hex BC 72 C1 3 29 0 18 128 27 3C
Octal 274 162 301 3 51 0 30 450 47 74
Binary 10111100 1110010 11000001 11 101001 0 11000 100101000 100111 111100

Color Harmonies of #BC72C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72C1

Black with #BC72C1

Text Example


Text Example

White with #BC72C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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