Html Css Color HEX #BE45AF Fuchsia

📋 copy color: '#BE45AF'

red 190 ◦ green 69 ◦ blue 175

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

Shades of Fuchsia #BE45AF

Tints of Fuchsia #BE45AF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.9%

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

R = 43.78%
G = 15.9%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE45AF (or 0xBE45AF) is known color: Fuchsia. HEX triplet: BE, 45 and AF. RGB value is (190,69,175). Sum of RGB (Red+Green+Blue) = 190+69+175=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE45AF is #41BA50. Grayscale: #747474. Windows color (decimal): -4307537 or 11486654. OLE color: 11486654.

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

Color convert

RGB 190 69 175 -
CMYK 0 0.64 0.08 0.25
HSL 307.44º 0.48% 0.51% -
HSV(B) 307.44º 0.64% 0.75% -
XYZ 31.1 18.3 42.45 -
YUV 117.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 190 69 175 0 0.64 0.08 0.25 307.44 0.48 0.51
Hex BE 45 AF 0 40 8 19 133 30 33
Octal 276 105 257 0 100 10 31 463 60 63
Binary 10111110 1000101 10101111 0 1000000 1000 11001 100110011 110000 110011

Color Harmonies of #BE45AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45AF

Black with #BE45AF

Text Example


Text Example

White with #BE45AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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