Html Css Color HEX #BC65AF Fuchsia

📋 copy color: '#BC65AF'

red 188 ◦ green 101 ◦ blue 175

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

Shades of Fuchsia #BC65AF

Tints of Fuchsia #BC65AF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.77%

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

R = 40.52%
G = 21.77%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC65AF (or 0xBC65AF) is known color: Fuchsia. HEX triplet: BC, 65 and AF. RGB value is (188,101,175). Sum of RGB (Red+Green+Blue) = 188+101+175=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65AF is #439A50. Grayscale: #878787. Windows color (decimal): -4430417 or 11494844. OLE color: 11494844.

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

Color convert

RGB 188 101 175 -
CMYK 0 0.46 0.07 0.26
HSL 308.97º 0.39% 0.57% -
HSV(B) 308.97º 0.46% 0.74% -
XYZ 33.13 23.09 43.27 -
YUV 135.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 188 101 175 0 0.46 0.07 0.26 308.97 0.39 0.57
Hex BC 65 AF 0 2E 7 1A 135 27 39
Octal 274 145 257 0 56 7 32 465 47 71
Binary 10111100 1100101 10101111 0 101110 111 11010 100110101 100111 111001

Color Harmonies of #BC65AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65AF

Black with #BC65AF

Text Example


Text Example

White with #BC65AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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