Html Css Color HEX #BC69AF Fuchsia

📋 copy color: '#BC69AF'

red 188 ◦ green 105 ◦ blue 175

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

Shades of Fuchsia #BC69AF

Tints of Fuchsia #BC69AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.39%

R = 40.17%
G = 22.44%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC69AF (or 0xBC69AF) is known color: Fuchsia. HEX triplet: BC, 69 and AF. RGB value is (188,105,175). Sum of RGB (Red+Green+Blue) = 188+105+175=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC69AF is #439650. Grayscale: #898989. Windows color (decimal): -4429393 or 11495868. OLE color: 11495868.

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

Color convert

RGB 188 105 175 -
CMYK 0 0.44 0.07 0.26
HSL 309.4º 0.38% 0.57% -
HSV(B) 309.4º 0.44% 0.74% -
XYZ 33.53 23.89 43.4 -
YUV 137.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 188 105 175 0 0.44 0.07 0.26 309.4 0.38 0.57
Hex BC 69 AF 0 2C 7 1A 135 26 39
Octal 274 151 257 0 54 7 32 465 46 71
Binary 10111100 1101001 10101111 0 101100 111 11010 100110101 100110 111001

Color Harmonies of #BC69AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69AF

Black with #BC69AF

Text Example


Text Example

White with #BC69AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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