Html Css Color HEX #BE28B8 Fuchsia

📋 copy color: '#BE28B8'

red 190 ◦ green 40 ◦ blue 184

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

Shades of Fuchsia #BE28B8

Tints of Fuchsia #BE28B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.44%

R = 45.89%
G = 9.66%
B = 44.44%

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

#BE28B8 (or 0xBE28B8) is known color: Fuchsia. HEX triplet: BE, 28 and B8. RGB value is (190,40,184). Sum of RGB (Red+Green+Blue) = 190+40+184=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE28B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28B8 is #41D747. Grayscale: #646464. Windows color (decimal): -4314952 or 12069054. OLE color: 12069054.

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

Color convert

RGB 190 40 184 -
CMYK 0 0.79 0.03 0.25
HSL 302.4º 0.65% 0.45% -
HSV(B) 302.4º 0.79% 0.75% -
XYZ 30.65 15.93 46.81 -
YUV 101.27 174.7 191.29 -
System Red Green Blue C M Y K H S L
Decimal 190 40 184 0 0.79 0.03 0.25 302.4 0.65 0.45
Hex BE 28 B8 0 4F 3 19 12E 41 2D
Octal 276 50 270 0 117 3 31 456 101 55
Binary 10111110 101000 10111000 0 1001111 11 11001 100101110 1000001 101101

Color Harmonies of #BE28B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28B8

Black with #BE28B8

Text Example


Text Example

White with #BE28B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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