Html Css Color HEX #BE69A9 Fuchsia

📋 copy color: '#BE69A9'

red 190 ◦ green 105 ◦ blue 169

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

Shades of Fuchsia #BE69A9

Tints of Fuchsia #BE69A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.42%

R = 40.95%
G = 22.63%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE69A9 (or 0xBE69A9) is known color: Fuchsia. HEX triplet: BE, 69 and A9. RGB value is (190,105,169). Sum of RGB (Red+Green+Blue) = 190+105+169=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE69A9 is #419656. Grayscale: #898989. Windows color (decimal): -4298327 or 11102654. OLE color: 11102654.

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

Color convert

RGB 190 105 169 -
CMYK 0 0.45 0.11 0.25
HSL 314.82º 0.4% 0.58% -
HSV(B) 314.82º 0.45% 0.75% -
XYZ 33.45 23.91 40.39 -
YUV 137.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 190 105 169 0 0.45 0.11 0.25 314.82 0.4 0.58
Hex BE 69 A9 0 2D B 19 13B 28 3A
Octal 276 151 251 0 55 13 31 473 50 72
Binary 10111110 1101001 10101001 0 101101 1011 11001 100111011 101000 111010

Color Harmonies of #BE69A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE69A9

Black with #BE69A9

Text Example


Text Example

White with #BE69A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE69A9; }

 p { color: rgb(190,105,169); }

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

background-color css

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

 a { background-color: rgb(190,105,169); }

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

border-color css

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

 span { border-color: rgb(190,105,169); }

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