Html Css Color HEX #BE46BB Fuchsia

📋 copy color: '#BE46BB'

red 190 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #BE46BB

Tints of Fuchsia #BE46BB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.66%

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 42.51%
G = 15.66%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE46BB (or 0xBE46BB) is known color: Fuchsia. HEX triplet: BE, 46 and BB. RGB value is (190,70,187). Sum of RGB (Red+Green+Blue) = 190+70+187=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46BB is #41B944. Grayscale: #767676. Windows color (decimal): -4307269 or 12273342. OLE color: 12273342.

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

Color convert

RGB 190 70 187 -
CMYK 0 0.63 0.02 0.25
HSL 301.5º 0.48% 0.51% -
HSV(B) 301.5º 0.63% 0.75% -
XYZ 32.4 18.92 48.96 -
YUV 119.22 166.26 178.49 -
System Red Green Blue C M Y K H S L
Decimal 190 70 187 0 0.63 0.02 0.25 301.5 0.48 0.51
Hex BE 46 BB 0 3F 2 19 12E 30 33
Octal 276 106 273 0 77 2 31 456 60 63
Binary 10111110 1000110 10111011 0 111111 10 11001 100101110 110000 110011

Color Harmonies of #BE46BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46BB

Black with #BE46BB

Text Example


Text Example

White with #BE46BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46BB; }

 p { color: rgb(190,70,187); }

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

background-color css

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

 a { background-color: rgb(190,70,187); }

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

border-color css

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

 span { border-color: rgb(190,70,187); }

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