Html Css Color HEX #BE33B0 Fuchsia

📋 copy color: '#BE33B0'

red 190 ◦ green 51 ◦ blue 176

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

Shades of Fuchsia #BE33B0

Tints of Fuchsia #BE33B0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.23%

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

R = 45.56%
G = 12.23%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE33B0 (or 0xBE33B0) is known color: Fuchsia. HEX triplet: BE, 33 and B0. RGB value is (190,51,176). Sum of RGB (Red+Green+Blue) = 190+51+176=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE33B0 is #41CC4F. Grayscale: #6A6A6A. Windows color (decimal): -4312144 or 11547582. OLE color: 11547582.

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

Color convert

RGB 190 51 176 -
CMYK 0 0.73 0.07 0.25
HSL 306.04º 0.58% 0.47% -
HSV(B) 306.04º 0.73% 0.75% -
XYZ 30.26 16.45 42.65 -
YUV 106.81 167.05 187.34 -
System Red Green Blue C M Y K H S L
Decimal 190 51 176 0 0.73 0.07 0.25 306.04 0.58 0.47
Hex BE 33 B0 0 49 7 19 132 3A 2F
Octal 276 63 260 0 111 7 31 462 72 57
Binary 10111110 110011 10110000 0 1001001 111 11001 100110010 111010 101111

Color Harmonies of #BE33B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE33B0

Black with #BE33B0

Text Example


Text Example

White with #BE33B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE33B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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