Html Css Color HEX #BE28BE Fuchsia

📋 copy color: '#BE28BE'

red 190 ◦ green 40 ◦ blue 190

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

Shades of Fuchsia #BE28BE

Tints of Fuchsia #BE28BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.52%

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

R = 45.24%
G = 9.52%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE28BE (or 0xBE28BE) is known color: Fuchsia. HEX triplet: BE, 28 and BE. RGB value is (190,40,190). Sum of RGB (Red+Green+Blue) = 190+40+190=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE28BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28BE is #41D741. Grayscale: #656565. Windows color (decimal): -4314946 or 12462270. OLE color: 12462270.

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

Color convert

RGB 190 40 190 -
CMYK 0 0.79 0 0.25
HSL 300º 0.65% 0.45% -
HSV(B) 300º 0.79% 0.75% -
XYZ 31.29 16.18 50.19 -
YUV 101.95 177.7 190.8 -
System Red Green Blue C M Y K H S L
Decimal 190 40 190 0 0.79 0 0.25 300 0.65 0.45
Hex BE 28 BE 0 4F 0 19 12C 41 2D
Octal 276 50 276 0 117 0 31 454 101 55
Binary 10111110 101000 10111110 0 1001111 0 11001 100101100 1000001 101101

Color Harmonies of #BE28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28BE

Black with #BE28BE

Text Example


Text Example

White with #BE28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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