Html Css Color HEX #BE2BBE Fuchsia

📋 copy color: '#BE2BBE'

red 190 ◦ green 43 ◦ blue 190

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

Shades of Fuchsia #BE2BBE

Tints of Fuchsia #BE2BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.17%

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 44.92%
G = 10.17%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE2BBE (or 0xBE2BBE) is known color: Fuchsia. HEX triplet: BE, 2B and BE. RGB value is (190,43,190). Sum of RGB (Red+Green+Blue) = 190+43+190=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE2BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2BBE is #41D441. Grayscale: #676767. Windows color (decimal): -4314178 or 12463038. OLE color: 12463038.

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

Color convert

RGB 190 43 190 -
CMYK 0 0.77 0 0.25
HSL 300º 0.63% 0.46% -
HSV(B) 300º 0.77% 0.75% -
XYZ 31.39 16.39 50.22 -
YUV 103.71 176.7 189.55 -
System Red Green Blue C M Y K H S L
Decimal 190 43 190 0 0.77 0 0.25 300 0.63 0.46
Hex BE 2B BE 0 4D 0 19 12C 3F 2E
Octal 276 53 276 0 115 0 31 454 77 56
Binary 10111110 101011 10111110 0 1001101 0 11001 100101100 111111 101110

Color Harmonies of #BE2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BBE

Black with #BE2BBE

Text Example


Text Example

White with #BE2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BBE; }

 p { color: rgb(190,43,190); }

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

background-color css

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

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

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

border-color css

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

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

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