Html Css Color HEX #BE40AF Fuchsia

📋 copy color: '#BE40AF'

red 190 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #BE40AF

Tints of Fuchsia #BE40AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.92%

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

R = 44.29%
G = 14.92%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE40AF (or 0xBE40AF) is known color: Fuchsia. HEX triplet: BE, 40 and AF. RGB value is (190,64,175). Sum of RGB (Red+Green+Blue) = 190+64+175=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE40AF is #41BF50. Grayscale: #727272. Windows color (decimal): -4308817 or 11485374. OLE color: 11485374.

HSL color Cylindrical-coordinate representation of color #BE40AF: hue angle of 307.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE40AF is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 64 175 -
CMYK 0 0.66 0.08 0.25
HSL 307.14º 0.5% 0.5% -
HSV(B) 307.14º 0.66% 0.75% -
XYZ 30.81 17.71 42.35 -
YUV 114.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 190 64 175 0 0.66 0.08 0.25 307.14 0.5 0.5
Hex BE 40 AF 0 42 8 19 133 32 32
Octal 276 100 257 0 102 10 31 463 62 62
Binary 10111110 1000000 10101111 0 1000010 1000 11001 100110011 110010 110010

Color Harmonies of #BE40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40AF

Black with #BE40AF

Text Example


Text Example

White with #BE40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40AF; }

 p { color: rgb(190,64,175); }

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

background-color css

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

 a { background-color: rgb(190,64,175); }

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

border-color css

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

 span { border-color: rgb(190,64,175); }

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