Html Css Color HEX #BE2FB0 Fuchsia

📋 copy color: '#BE2FB0'

red 190 ◦ green 47 ◦ blue 176

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

Shades of Fuchsia #BE2FB0

Tints of Fuchsia #BE2FB0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.38%

 BLUE value IS 176 (69.14% from 255) = 42.62%

R = 46%
G = 11.38%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE2FB0 (or 0xBE2FB0) is known color: Fuchsia. HEX triplet: BE, 2F and B0. RGB value is (190,47,176). Sum of RGB (Red+Green+Blue) = 190+47+176=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2FB0 is #41D04F. Grayscale: #686868. Windows color (decimal): -4313168 or 11546558. OLE color: 11546558.

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

Color convert

RGB 190 47 176 -
CMYK 0 0.75 0.07 0.25
HSL 305.87º 0.6% 0.46% -
HSV(B) 305.87º 0.75% 0.75% -
XYZ 30.09 16.11 42.6 -
YUV 104.46 168.38 189.01 -
System Red Green Blue C M Y K H S L
Decimal 190 47 176 0 0.75 0.07 0.25 305.87 0.6 0.46
Hex BE 2F B0 0 4B 7 19 132 3C 2E
Octal 276 57 260 0 113 7 31 462 74 56
Binary 10111110 101111 10110000 0 1001011 111 11001 100110010 111100 101110

Color Harmonies of #BE2FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FB0

Black with #BE2FB0

Text Example


Text Example

White with #BE2FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FB0; }

 p { color: rgb(190,47,176); }

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

background-color css

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

 a { background-color: rgb(190,47,176); }

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

border-color css

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

 span { border-color: rgb(190,47,176); }

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