Html Css Color HEX #BE39C0 Fuchsia

📋 copy color: '#BE39C0'

red 190 ◦ green 57 ◦ blue 192

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

Shades of Fuchsia #BE39C0

Tints of Fuchsia #BE39C0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.98%

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 43.28%
G = 12.98%
B = 43.74%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE39C0 (or 0xBE39C0) is known color: Fuchsia. HEX triplet: BE, 39 and C0. RGB value is (190,57,192). Sum of RGB (Red+Green+Blue) = 190+57+192=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE39C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE39C0 is #41C63F. Grayscale: #6F6F6F. Windows color (decimal): -4310592 or 12597694. OLE color: 12597694.

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

Color convert

RGB 190 57 192 -
CMYK 0.01 0.70 0 0.25
HSL 299.11º 0.54% 0.49% -
HSV(B) 299.11º 0.7% 0.75% -
XYZ 32.21 17.68 51.58 -
YUV 112.16 173.06 183.52 -
System Red Green Blue C M Y K H S L
Decimal 190 57 192 0.01 0.70 0 0.25 299.11 0.54 0.49
Hex BE 39 C0 1 46 0 19 12B 36 31
Octal 276 71 300 1 106 0 31 453 66 61
Binary 10111110 111001 11000000 1 1000110 0 11001 100101011 110110 110001

Color Harmonies of #BE39C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE39C0

Black with #BE39C0

Text Example


Text Example

White with #BE39C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE39C0; }

 p { color: rgb(190,57,192); }

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

background-color css

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

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

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

border-color css

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

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

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