Html Css Color HEX #BE3CAC Fuchsia

📋 copy color: '#BE3CAC'

red 190 ◦ green 60 ◦ blue 172

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

Shades of Fuchsia #BE3CAC

Tints of Fuchsia #BE3CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.22%

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

R = 45.02%
G = 14.22%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE3CAC (or 0xBE3CAC) is known color: Fuchsia. HEX triplet: BE, 3C and AC. RGB value is (190,60,172). Sum of RGB (Red+Green+Blue) = 190+60+172=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3CAC is #41C353. Grayscale: #6F6F6F. Windows color (decimal): -4309844 or 11287742. OLE color: 11287742.

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

Color convert

RGB 190 60 172 -
CMYK 0 0.68 0.09 0.25
HSL 308.31º 0.52% 0.49% -
HSV(B) 308.31º 0.68% 0.75% -
XYZ 30.3 17.16 40.74 -
YUV 111.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 190 60 172 0 0.68 0.09 0.25 308.31 0.52 0.49
Hex BE 3C AC 0 44 9 19 134 34 31
Octal 276 74 254 0 104 11 31 464 64 61
Binary 10111110 111100 10101100 0 1000100 1001 11001 100110100 110100 110001

Color Harmonies of #BE3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CAC

Black with #BE3CAC

Text Example


Text Example

White with #BE3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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