Html Css Color HEX #BE30B0 Fuchsia

📋 copy color: '#BE30B0'

red 190 ◦ green 48 ◦ blue 176

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

Shades of Fuchsia #BE30B0

Tints of Fuchsia #BE30B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.51%

R = 45.89%
G = 11.59%
B = 42.51%

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

#BE30B0 (or 0xBE30B0) is known color: Fuchsia. HEX triplet: BE, 30 and B0. RGB value is (190,48,176). Sum of RGB (Red+Green+Blue) = 190+48+176=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE30B0 is #41CF4F. Grayscale: #686868. Windows color (decimal): -4312912 or 11546814. OLE color: 11546814.

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

Color convert

RGB 190 48 176 -
CMYK 0 0.75 0.07 0.25
HSL 305.92º 0.6% 0.47% -
HSV(B) 305.92º 0.75% 0.75% -
XYZ 30.13 16.2 42.61 -
YUV 105.05 168.04 188.59 -
System Red Green Blue C M Y K H S L
Decimal 190 48 176 0 0.75 0.07 0.25 305.92 0.6 0.47
Hex BE 30 B0 0 4B 7 19 132 3C 2F
Octal 276 60 260 0 113 7 31 462 74 57
Binary 10111110 110000 10110000 0 1001011 111 11001 100110010 111100 101111

Color Harmonies of #BE30B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30B0

Black with #BE30B0

Text Example


Text Example

White with #BE30B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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