Html Css Color HEX #BC69B2 Fuchsia

📋 copy color: '#BC69B2'

red 188 ◦ green 105 ◦ blue 178

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

Shades of Fuchsia #BC69B2

Tints of Fuchsia #BC69B2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.29%

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

R = 39.92%
G = 22.29%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC69B2 (or 0xBC69B2) is known color: Fuchsia. HEX triplet: BC, 69 and B2. RGB value is (188,105,178). Sum of RGB (Red+Green+Blue) = 188+105+178=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC69B2 is #43964D. Grayscale: #898989. Windows color (decimal): -4429390 or 11692476. OLE color: 11692476.

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

Color convert

RGB 188 105 178 -
CMYK 0 0.44 0.05 0.26
HSL 307.23º 0.38% 0.57% -
HSV(B) 307.23º 0.44% 0.74% -
XYZ 33.83 24.01 44.97 -
YUV 138.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 188 105 178 0 0.44 0.05 0.26 307.23 0.38 0.57
Hex BC 69 B2 0 2C 5 1A 133 26 39
Octal 274 151 262 0 54 5 32 463 46 71
Binary 10111100 1101001 10110010 0 101100 101 11010 100110011 100110 111001

Color Harmonies of #BC69B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69B2

Black with #BC69B2

Text Example


Text Example

White with #BC69B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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