Html Css Color HEX #BC70B0 Fuchsia

📋 copy color: '#BC70B0'

red 188 ◦ green 112 ◦ blue 176

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

Shades of Fuchsia #BC70B0

Tints of Fuchsia #BC70B0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.53%

 BLUE value IS 176 (69.14% from 255) = 36.97%

R = 39.5%
G = 23.53%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC70B0 (or 0xBC70B0) is known color: Fuchsia. HEX triplet: BC, 70 and B0. RGB value is (188,112,176). Sum of RGB (Red+Green+Blue) = 188+112+176=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC70B0 is #438F4F. Grayscale: #8D8D8D. Windows color (decimal): -4427600 or 11563196. OLE color: 11563196.

HSL color Cylindrical-coordinate representation of color #BC70B0: hue angle of 309.47º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC70B0 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 176 -
CMYK 0 0.40 0.06 0.26
HSL 309.47º 0.36% 0.59% -
HSV(B) 309.47º 0.4% 0.74% -
XYZ 34.37 25.41 44.17 -
YUV 142.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 188 112 176 0 0.40 0.06 0.26 309.47 0.36 0.59
Hex BC 70 B0 0 28 6 1A 135 24 3B
Octal 274 160 260 0 50 6 32 465 44 73
Binary 10111100 1110000 10110000 0 101000 110 11010 100110101 100100 111011

Color Harmonies of #BC70B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70B0

Black with #BC70B0

Text Example


Text Example

White with #BC70B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70B0; }

 p { color: rgb(188,112,176); }

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

background-color css

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

 a { background-color: rgb(188,112,176); }

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

border-color css

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

 span { border-color: rgb(188,112,176); }

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