Html Css Color HEX #BE51B4 Fuchsia

📋 copy color: '#BE51B4'

red 190 ◦ green 81 ◦ blue 180

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

Shades of Fuchsia #BE51B4

Tints of Fuchsia #BE51B4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.96%

 BLUE value IS 180 (70.7% from 255) = 39.91%

R = 42.13%
G = 17.96%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE51B4 (or 0xBE51B4) is known color: Fuchsia. HEX triplet: BE, 51 and B4. RGB value is (190,81,180). Sum of RGB (Red+Green+Blue) = 190+81+180=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE51B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51B4 is #41AE4B. Grayscale: #7C7C7C. Windows color (decimal): -4304460 or 11817406. OLE color: 11817406.

HSL color Cylindrical-coordinate representation of color #BE51B4: hue angle of 305.5º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE51B4 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 81 180 -
CMYK 0 0.57 0.05 0.25
HSL 305.5º 0.46% 0.53% -
HSV(B) 305.5º 0.57% 0.75% -
XYZ 32.42 20.13 45.36 -
YUV 124.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 190 81 180 0 0.57 0.05 0.25 305.5 0.46 0.53
Hex BE 51 B4 0 39 5 19 132 2E 35
Octal 276 121 264 0 71 5 31 462 56 65
Binary 10111110 1010001 10110100 0 111001 101 11001 100110010 101110 110101

Color Harmonies of #BE51B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE51B4

Black with #BE51B4

Text Example


Text Example

White with #BE51B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE51B4; }

 p { color: rgb(190,81,180); }

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

background-color css

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

 a { background-color: rgb(190,81,180); }

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

border-color css

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

 span { border-color: rgb(190,81,180); }

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