Html Css Color HEX #BC6FB2 Fuchsia

📋 copy color: '#BC6FB2'

red 188 ◦ green 111 ◦ blue 178

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

Shades of Fuchsia #BC6FB2

Tints of Fuchsia #BC6FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.27%

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

R = 39.41%
G = 23.27%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC6FB2 (or 0xBC6FB2) is known color: Fuchsia. HEX triplet: BC, 6F and B2. RGB value is (188,111,178). Sum of RGB (Red+Green+Blue) = 188+111+178=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6FB2 is #43904D. Grayscale: #8D8D8D. Windows color (decimal): -4427854 or 11694012. OLE color: 11694012.

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

Color convert

RGB 188 111 178 -
CMYK 0 0.41 0.05 0.26
HSL 307.79º 0.36% 0.59% -
HSV(B) 307.79º 0.41% 0.74% -
XYZ 34.46 25.27 45.18 -
YUV 141.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 188 111 178 0 0.41 0.05 0.26 307.79 0.36 0.59
Hex BC 6F B2 0 29 5 1A 134 24 3B
Octal 274 157 262 0 51 5 32 464 44 73
Binary 10111100 1101111 10110010 0 101001 101 11010 100110100 100100 111011

Color Harmonies of #BC6FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FB2

Black with #BC6FB2

Text Example


Text Example

White with #BC6FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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