Html Css Color HEX #BC70B2 Fuchsia

📋 copy color: '#BC70B2'

red 188 ◦ green 112 ◦ blue 178

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

Shades of Fuchsia #BC70B2

Tints of Fuchsia #BC70B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 39.33%
G = 23.43%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC70B2 (or 0xBC70B2) is known color: Fuchsia. HEX triplet: BC, 70 and B2. RGB value is (188,112,178). Sum of RGB (Red+Green+Blue) = 188+112+178=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC70B2 is #438F4D. Grayscale: #8E8E8E. Windows color (decimal): -4427598 or 11694268. OLE color: 11694268.

HSL color Cylindrical-coordinate representation of color #BC70B2: hue angle of 307.89º 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 #BC70B2 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 178 -
CMYK 0 0.40 0.05 0.26
HSL 307.89º 0.36% 0.59% -
HSV(B) 307.89º 0.4% 0.74% -
XYZ 34.57 25.49 45.22 -
YUV 142.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 188 112 178 0 0.40 0.05 0.26 307.89 0.36 0.59
Hex BC 70 B2 0 28 5 1A 134 24 3B
Octal 274 160 262 0 50 5 32 464 44 73
Binary 10111100 1110000 10110010 0 101000 101 11010 100110100 100100 111011

Color Harmonies of #BC70B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70B2

Black with #BC70B2

Text Example


Text Example

White with #BC70B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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