Html Css Color HEX #BE3BBE Fuchsia

📋 copy color: '#BE3BBE'

red 190 ◦ green 59 ◦ blue 190

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

Shades of Fuchsia #BE3BBE

Tints of Fuchsia #BE3BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.44%

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 43.28%
G = 13.44%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE3BBE (or 0xBE3BBE) is known color: Fuchsia. HEX triplet: BE, 3B and BE. RGB value is (190,59,190). Sum of RGB (Red+Green+Blue) = 190+59+190=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE3BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3BBE is #41C441. Grayscale: #707070. Windows color (decimal): -4310082 or 12467134. OLE color: 12467134.

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

Color convert

RGB 190 59 190 -
CMYK 0 0.69 0 0.25
HSL 300º 0.53% 0.49% -
HSV(B) 300º 0.69% 0.75% -
XYZ 32.09 17.79 50.46 -
YUV 113.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 190 59 190 0 0.69 0 0.25 300 0.53 0.49
Hex BE 3B BE 0 45 0 19 12C 35 31
Octal 276 73 276 0 105 0 31 454 65 61
Binary 10111110 111011 10111110 0 1000101 0 11001 100101100 110101 110001

Color Harmonies of #BE3BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3BBE

Black with #BE3BBE

Text Example


Text Example

White with #BE3BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3BBE; }

 p { color: rgb(190,59,190); }

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

background-color css

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

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

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

border-color css

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

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

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