Html Css Color HEX #BE28BF Fuchsia

📋 copy color: '#BE28BF'

red 190 ◦ green 40 ◦ blue 191

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

Shades of Fuchsia #BE28BF

Tints of Fuchsia #BE28BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.37%

R = 45.13%
G = 9.5%
B = 45.37%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE28BF (or 0xBE28BF) is known color: Fuchsia. HEX triplet: BE, 28 and BF. RGB value is (190,40,191). Sum of RGB (Red+Green+Blue) = 190+40+191=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE28BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28BF is #41D740. Grayscale: #656565. Windows color (decimal): -4314945 or 12527806. OLE color: 12527806.

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

Color convert

RGB 190 40 191 -
CMYK 0.01 0.79 0 0.25
HSL 299.6º 0.65% 0.45% -
HSV(B) 299.6º 0.79% 0.75% -
XYZ 31.4 16.23 50.77 -
YUV 102.06 178.2 190.72 -
System Red Green Blue C M Y K H S L
Decimal 190 40 191 0.01 0.79 0 0.25 299.6 0.65 0.45
Hex BE 28 BF 1 4F 0 19 12C 41 2D
Octal 276 50 277 1 117 0 31 454 101 55
Binary 10111110 101000 10111111 1 1001111 0 11001 100101100 1000001 101101

Color Harmonies of #BE28BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28BF

Black with #BE28BF

Text Example


Text Example

White with #BE28BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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