Html Css Color HEX #BE28AF Fuchsia

📋 copy color: '#BE28AF'

red 190 ◦ green 40 ◦ blue 175

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

Shades of Fuchsia #BE28AF

Tints of Fuchsia #BE28AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.88%

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

R = 46.91%
G = 9.88%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE28AF (or 0xBE28AF) is known color: Fuchsia. HEX triplet: BE, 28 and AF. RGB value is (190,40,175). Sum of RGB (Red+Green+Blue) = 190+40+175=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE28AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE28AF is #41D750. Grayscale: #636363. Windows color (decimal): -4314961 or 11479230. OLE color: 11479230.

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

Color convert

RGB 190 40 175 -
CMYK 0 0.79 0.08 0.25
HSL 306º 0.65% 0.45% -
HSV(B) 306º 0.79% 0.75% -
XYZ 29.73 15.56 41.99 -
YUV 100.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 190 40 175 0 0.79 0.08 0.25 306 0.65 0.45
Hex BE 28 AF 0 4F 8 19 132 41 2D
Octal 276 50 257 0 117 10 31 462 101 55
Binary 10111110 101000 10101111 0 1001111 1000 11001 100110010 1000001 101101

Color Harmonies of #BE28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28AF

Black with #BE28AF

Text Example


Text Example

White with #BE28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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