Html Css Color HEX #BE3CAB Fuchsia

📋 copy color: '#BE3CAB'

red 190 ◦ green 60 ◦ blue 171

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

Shades of Fuchsia #BE3CAB

Tints of Fuchsia #BE3CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 45.13%
G = 14.25%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE3CAB (or 0xBE3CAB) is known color: Fuchsia. HEX triplet: BE, 3C and AB. RGB value is (190,60,171). Sum of RGB (Red+Green+Blue) = 190+60+171=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3CAB is #41C354. Grayscale: #6F6F6F. Windows color (decimal): -4309845 or 11222206. OLE color: 11222206.

HSL color Cylindrical-coordinate representation of color #BE3CAB: hue angle of 308.77º 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 #BE3CAB is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 60 171 -
CMYK 0 0.68 0.10 0.25
HSL 308.77º 0.52% 0.49% -
HSV(B) 308.77º 0.68% 0.75% -
XYZ 30.2 17.12 40.24 -
YUV 111.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 190 60 171 0 0.68 0.10 0.25 308.77 0.52 0.49
Hex BE 3C AB 0 44 A 19 135 34 31
Octal 276 74 253 0 104 12 31 465 64 61
Binary 10111110 111100 10101011 0 1000100 1010 11001 100110101 110100 110001

Color Harmonies of #BE3CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CAB

Black with #BE3CAB

Text Example


Text Example

White with #BE3CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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