Html Css Color HEX #BE51B2 Fuchsia

📋 copy color: '#BE51B2'

red 190 ◦ green 81 ◦ blue 178

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

Shades of Fuchsia #BE51B2

Tints of Fuchsia #BE51B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.64%

R = 42.32%
G = 18.04%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE51B2 (or 0xBE51B2) is known color: Fuchsia. HEX triplet: BE, 51 and B2. RGB value is (190,81,178). Sum of RGB (Red+Green+Blue) = 190+81+178=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE51B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE51B2 is #41AE4D. Grayscale: #7C7C7C. Windows color (decimal): -4304462 or 11686334. OLE color: 11686334.

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

Color convert

RGB 190 81 178 -
CMYK 0 0.57 0.06 0.25
HSL 306.61º 0.46% 0.53% -
HSV(B) 306.61º 0.57% 0.75% -
XYZ 32.21 20.05 44.29 -
YUV 124.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 190 81 178 0 0.57 0.06 0.25 306.61 0.46 0.53
Hex BE 51 B2 0 39 6 19 133 2E 35
Octal 276 121 262 0 71 6 31 463 56 65
Binary 10111110 1010001 10110010 0 111001 110 11001 100110011 101110 110101

Color Harmonies of #BE51B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE51B2

Black with #BE51B2

Text Example


Text Example

White with #BE51B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE51B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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