Html Css Color HEX #BC68B2 Fuchsia

📋 copy color: '#BC68B2'

red 188 ◦ green 104 ◦ blue 178

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

Shades of Fuchsia #BC68B2

Tints of Fuchsia #BC68B2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.13%

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

R = 40%
G = 22.13%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC68B2 (or 0xBC68B2) is known color: Fuchsia. HEX triplet: BC, 68 and B2. RGB value is (188,104,178). Sum of RGB (Red+Green+Blue) = 188+104+178=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC68B2 is #43974D. Grayscale: #898989. Windows color (decimal): -4429646 or 11692220. OLE color: 11692220.

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

Color convert

RGB 188 104 178 -
CMYK 0 0.45 0.05 0.26
HSL 307.14º 0.39% 0.57% -
HSV(B) 307.14º 0.45% 0.74% -
XYZ 33.73 23.81 44.94 -
YUV 137.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 188 104 178 0 0.45 0.05 0.26 307.14 0.39 0.57
Hex BC 68 B2 0 2D 5 1A 133 27 39
Octal 274 150 262 0 55 5 32 463 47 71
Binary 10111100 1101000 10110010 0 101101 101 11010 100110011 100111 111001

Color Harmonies of #BC68B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68B2

Black with #BC68B2

Text Example


Text Example

White with #BC68B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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