Html Css Color HEX #BC6CB2 Fuchsia

📋 copy color: '#BC6CB2'

red 188 ◦ green 108 ◦ blue 178

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

Shades of Fuchsia #BC6CB2

Tints of Fuchsia #BC6CB2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.78%

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

R = 39.66%
G = 22.78%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC6CB2 (or 0xBC6CB2) is known color: Fuchsia. HEX triplet: BC, 6C and B2. RGB value is (188,108,178). Sum of RGB (Red+Green+Blue) = 188+108+178=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6CB2 is #43934D. Grayscale: #8B8B8B. Windows color (decimal): -4428622 or 11693244. OLE color: 11693244.

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

Color convert

RGB 188 108 178 -
CMYK 0 0.43 0.05 0.26
HSL 307.5º 0.37% 0.58% -
HSV(B) 307.5º 0.43% 0.74% -
XYZ 34.14 24.63 45.07 -
YUV 139.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 188 108 178 0 0.43 0.05 0.26 307.5 0.37 0.58
Hex BC 6C B2 0 2B 5 1A 134 25 3A
Octal 274 154 262 0 53 5 32 464 45 72
Binary 10111100 1101100 10110010 0 101011 101 11010 100110100 100101 111010

Color Harmonies of #BC6CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CB2

Black with #BC6CB2

Text Example


Text Example

White with #BC6CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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