Html Css Color HEX #BE3EAC Fuchsia

📋 copy color: '#BE3EAC'

red 190 ◦ green 62 ◦ blue 172

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

Shades of Fuchsia #BE3EAC

Tints of Fuchsia #BE3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.62%

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 44.81%
G = 14.62%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE3EAC (or 0xBE3EAC) is known color: Fuchsia. HEX triplet: BE, 3E and AC. RGB value is (190,62,172). Sum of RGB (Red+Green+Blue) = 190+62+172=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3EAC is #41C153. Grayscale: #707070. Windows color (decimal): -4309332 or 11288254. OLE color: 11288254.

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

Color convert

RGB 190 62 172 -
CMYK 0 0.67 0.09 0.25
HSL 308.44º 0.51% 0.49% -
HSV(B) 308.44º 0.67% 0.75% -
XYZ 30.4 17.37 40.78 -
YUV 112.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 190 62 172 0 0.67 0.09 0.25 308.44 0.51 0.49
Hex BE 3E AC 0 43 9 19 134 33 31
Octal 276 76 254 0 103 11 31 464 63 61
Binary 10111110 111110 10101100 0 1000011 1001 11001 100110100 110011 110001

Color Harmonies of #BE3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3EAC

Black with #BE3EAC

Text Example


Text Example

White with #BE3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3EAC; }

 p { color: rgb(190,62,172); }

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

background-color css

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

 a { background-color: rgb(190,62,172); }

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

border-color css

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

 span { border-color: rgb(190,62,172); }

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