Html Css Color HEX #BE30B1 Fuchsia

📋 copy color: '#BE30B1'

red 190 ◦ green 48 ◦ blue 177

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

Shades of Fuchsia #BE30B1

Tints of Fuchsia #BE30B1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.57%

 BLUE value IS 177 (69.53% from 255) = 42.65%

R = 45.78%
G = 11.57%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE30B1 (or 0xBE30B1) is known color: Fuchsia. HEX triplet: BE, 30 and B1. RGB value is (190,48,177). Sum of RGB (Red+Green+Blue) = 190+48+177=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE30B1 is #41CF4E. Grayscale: #686868. Windows color (decimal): -4312911 or 11612350. OLE color: 11612350.

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

Color convert

RGB 190 48 177 -
CMYK 0 0.75 0.07 0.25
HSL 305.49º 0.6% 0.47% -
HSV(B) 305.49º 0.75% 0.75% -
XYZ 30.23 16.24 43.14 -
YUV 105.16 168.54 188.51 -
System Red Green Blue C M Y K H S L
Decimal 190 48 177 0 0.75 0.07 0.25 305.49 0.6 0.47
Hex BE 30 B1 0 4B 7 19 131 3C 2F
Octal 276 60 261 0 113 7 31 461 74 57
Binary 10111110 110000 10110001 0 1001011 111 11001 100110001 111100 101111

Color Harmonies of #BE30B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30B1

Black with #BE30B1

Text Example


Text Example

White with #BE30B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30B1; }

 p { color: rgb(190,48,177); }

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

background-color css

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

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

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

border-color css

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

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

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