Html Css Color HEX #BE28BA Fuchsia

📋 copy color: '#BE28BA'

red 190 ◦ green 40 ◦ blue 186

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

Shades of Fuchsia #BE28BA

Tints of Fuchsia #BE28BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.71%

R = 45.67%
G = 9.62%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE28BA (or 0xBE28BA) is known color: Fuchsia. HEX triplet: BE, 28 and BA. RGB value is (190,40,186). Sum of RGB (Red+Green+Blue) = 190+40+186=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE28BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28BA is #41D745. Grayscale: #656565. Windows color (decimal): -4314950 or 12200126. OLE color: 12200126.

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

Color convert

RGB 190 40 186 -
CMYK 0 0.79 0.02 0.25
HSL 301.6º 0.65% 0.45% -
HSV(B) 301.6º 0.79% 0.75% -
XYZ 30.86 16.01 47.92 -
YUV 101.49 175.7 191.13 -
System Red Green Blue C M Y K H S L
Decimal 190 40 186 0 0.79 0.02 0.25 301.6 0.65 0.45
Hex BE 28 BA 0 4F 2 19 12E 41 2D
Octal 276 50 272 0 117 2 31 456 101 55
Binary 10111110 101000 10111010 0 1001111 10 11001 100101110 1000001 101101

Color Harmonies of #BE28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28BA

Black with #BE28BA

Text Example


Text Example

White with #BE28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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