Html Css Color HEX #BE2FB2 Fuchsia

📋 copy color: '#BE2FB2'

red 190 ◦ green 47 ◦ blue 178

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

Shades of Fuchsia #BE2FB2

Tints of Fuchsia #BE2FB2

RGB

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

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

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

R = 45.78%
G = 11.33%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE2FB2 (or 0xBE2FB2) is known color: Fuchsia. HEX triplet: BE, 2F and B2. RGB value is (190,47,178). Sum of RGB (Red+Green+Blue) = 190+47+178=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2FB2 is #41D04D. Grayscale: #686868. Windows color (decimal): -4313166 or 11677630. OLE color: 11677630.

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

Color convert

RGB 190 47 178 -
CMYK 0 0.75 0.06 0.25
HSL 305.04º 0.6% 0.46% -
HSV(B) 305.04º 0.75% 0.75% -
XYZ 30.29 16.19 43.65 -
YUV 104.69 169.38 188.85 -
System Red Green Blue C M Y K H S L
Decimal 190 47 178 0 0.75 0.06 0.25 305.04 0.6 0.46
Hex BE 2F B2 0 4B 6 19 131 3C 2E
Octal 276 57 262 0 113 6 31 461 74 56
Binary 10111110 101111 10110010 0 1001011 110 11001 100110001 111100 101110

Color Harmonies of #BE2FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FB2

Black with #BE2FB2

Text Example


Text Example

White with #BE2FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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