Html Css Color HEX #BE47A6 Fuchsia

📋 copy color: '#BE47A6'

red 190 ◦ green 71 ◦ blue 166

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

Shades of Fuchsia #BE47A6

Tints of Fuchsia #BE47A6

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.63%

 BLUE value IS 166 (65.23% from 255) = 38.88%

R = 44.5%
G = 16.63%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE47A6 (or 0xBE47A6) is known color: Fuchsia. HEX triplet: BE, 47 and A6. RGB value is (190,71,166). Sum of RGB (Red+Green+Blue) = 190+71+166=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE47A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE47A6 is #41B859. Grayscale: #757575. Windows color (decimal): -4307034 or 10897342. OLE color: 10897342.

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

Color convert

RGB 190 71 166 -
CMYK 0 0.63 0.13 0.25
HSL 312.1º 0.48% 0.51% -
HSV(B) 312.1º 0.63% 0.75% -
XYZ 30.37 18.21 37.99 -
YUV 117.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 190 71 166 0 0.63 0.13 0.25 312.1 0.48 0.51
Hex BE 47 A6 0 3F D 19 138 30 33
Octal 276 107 246 0 77 15 31 470 60 63
Binary 10111110 1000111 10100110 0 111111 1101 11001 100111000 110000 110011

Color Harmonies of #BE47A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE47A6

Black with #BE47A6

Text Example


Text Example

White with #BE47A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE47A6; }

 p { color: rgb(190,71,166); }

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

background-color css

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

 a { background-color: rgb(190,71,166); }

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

border-color css

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

 span { border-color: rgb(190,71,166); }

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