Html Css Color HEX #BE28B9 Fuchsia

📋 copy color: '#BE28B9'

red 190 ◦ green 40 ◦ blue 185

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

Shades of Fuchsia #BE28B9

Tints of Fuchsia #BE28B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.58%

R = 45.78%
G = 9.64%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE28B9 (or 0xBE28B9) is known color: Fuchsia. HEX triplet: BE, 28 and B9. RGB value is (190,40,185). Sum of RGB (Red+Green+Blue) = 190+40+185=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE28B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28B9 is #41D746. Grayscale: #646464. Windows color (decimal): -4314951 or 12134590. OLE color: 12134590.

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

Color convert

RGB 190 40 185 -
CMYK 0 0.79 0.03 0.25
HSL 302º 0.65% 0.45% -
HSV(B) 302º 0.79% 0.75% -
XYZ 30.75 15.97 47.36 -
YUV 101.38 175.2 191.21 -
System Red Green Blue C M Y K H S L
Decimal 190 40 185 0 0.79 0.03 0.25 302 0.65 0.45
Hex BE 28 B9 0 4F 3 19 12E 41 2D
Octal 276 50 271 0 117 3 31 456 101 55
Binary 10111110 101000 10111001 0 1001111 11 11001 100101110 1000001 101101

Color Harmonies of #BE28B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28B9

Black with #BE28B9

Text Example


Text Example

White with #BE28B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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