Html Css Color HEX #BC69B1 Fuchsia

📋 copy color: '#BC69B1'

red 188 ◦ green 105 ◦ blue 177

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

Shades of Fuchsia #BC69B1

Tints of Fuchsia #BC69B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.66%

R = 40%
G = 22.34%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC69B1 (or 0xBC69B1) is known color: Fuchsia. HEX triplet: BC, 69 and B1. RGB value is (188,105,177). Sum of RGB (Red+Green+Blue) = 188+105+177=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC69B1 is #43964E. Grayscale: #898989. Windows color (decimal): -4429391 or 11626940. OLE color: 11626940.

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

Color convert

RGB 188 105 177 -
CMYK 0 0.44 0.06 0.26
HSL 307.95º 0.38% 0.57% -
HSV(B) 307.95º 0.44% 0.74% -
XYZ 33.73 23.97 44.44 -
YUV 138.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 188 105 177 0 0.44 0.06 0.26 307.95 0.38 0.57
Hex BC 69 B1 0 2C 6 1A 134 26 39
Octal 274 151 261 0 54 6 32 464 46 71
Binary 10111100 1101001 10110001 0 101100 110 11010 100110100 100110 111001

Color Harmonies of #BC69B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69B1

Black with #BC69B1

Text Example


Text Example

White with #BC69B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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