Html Css Color HEX #BE6CAC Fuchsia

📋 copy color: '#BE6CAC'

red 190 ◦ green 108 ◦ blue 172

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

Shades of Fuchsia #BE6CAC

Tints of Fuchsia #BE6CAC

RGB

 RED value IS 190 (74.61% from 255) = 40.43%

 GREEN value IS 108 (42.58% from 255) = 22.98%

 BLUE value IS 172 (67.58% from 255) = 36.6%

R = 40.43%
G = 22.98%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE6CAC (or 0xBE6CAC) is known color: Fuchsia. HEX triplet: BE, 6C and AC. RGB value is (190,108,172). Sum of RGB (Red+Green+Blue) = 190+108+172=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6CAC is #419353. Grayscale: #8B8B8B. Windows color (decimal): -4297556 or 11300030. OLE color: 11300030.

HSL color Cylindrical-coordinate representation of color #BE6CAC: hue angle of 313.17º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6CAC is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 108 172 -
CMYK 0 0.43 0.09 0.25
HSL 313.17º 0.39% 0.58% -
HSV(B) 313.17º 0.43% 0.75% -
XYZ 34.04 24.65 41.99 -
YUV 139.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 190 108 172 0 0.43 0.09 0.25 313.17 0.39 0.58
Hex BE 6C AC 0 2B 9 19 139 27 3A
Octal 276 154 254 0 53 11 31 471 47 72
Binary 10111110 1101100 10101100 0 101011 1001 11001 100111001 100111 111010

Color Harmonies of #BE6CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CAC

Black with #BE6CAC

Text Example


Text Example

White with #BE6CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CAC; }

 p { color: rgb(190,108,172); }

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

background-color css

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

 a { background-color: rgb(190,108,172); }

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

border-color css

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

 span { border-color: rgb(190,108,172); }

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