Html Css Color HEX #BE35BE Fuchsia

📋 copy color: '#BE35BE'

red 190 ◦ green 53 ◦ blue 190

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

Shades of Fuchsia #BE35BE

Tints of Fuchsia #BE35BE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.24%

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

R = 43.88%
G = 12.24%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE35BE (or 0xBE35BE) is known color: Fuchsia. HEX triplet: BE, 35 and BE. RGB value is (190,53,190). Sum of RGB (Red+Green+Blue) = 190+53+190=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE35BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE35BE is #41CA41. Grayscale: #6D6D6D. Windows color (decimal): -4311618 or 12465598. OLE color: 12465598.

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

Color convert

RGB 190 53 190 -
CMYK 0 0.72 0 0.25
HSL 300º 0.56% 0.48% -
HSV(B) 300º 0.72% 0.75% -
XYZ 31.8 17.21 50.36 -
YUV 109.58 173.39 185.36 -
System Red Green Blue C M Y K H S L
Decimal 190 53 190 0 0.72 0 0.25 300 0.56 0.48
Hex BE 35 BE 0 48 0 19 12C 38 30
Octal 276 65 276 0 110 0 31 454 70 60
Binary 10111110 110101 10111110 0 1001000 0 11001 100101100 111000 110000

Color Harmonies of #BE35BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE35BE

Black with #BE35BE

Text Example


Text Example

White with #BE35BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE35BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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