Html Css Color HEX #BE63BF Fuchsia

📋 copy color: '#BE63BF'

red 190 ◦ green 99 ◦ blue 191

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

Shades of Fuchsia #BE63BF

Tints of Fuchsia #BE63BF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.63%

 BLUE value IS 191 (75% from 255) = 39.79%

R = 39.58%
G = 20.63%
B = 39.79%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE63BF (or 0xBE63BF) is known color: Fuchsia. HEX triplet: BE, 63 and BF. RGB value is (190,99,191). Sum of RGB (Red+Green+Blue) = 190+99+191=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE63BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63BF is #419C40. Grayscale: #888888. Windows color (decimal): -4299841 or 12542910. OLE color: 12542910.

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

Color convert

RGB 190 99 191 -
CMYK 0.01 0.48 0 0.25
HSL 299.35º 0.42% 0.57% -
HSV(B) 299.35º 0.48% 0.75% -
XYZ 35.1 23.63 52 -
YUV 136.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 190 99 191 0.01 0.48 0 0.25 299.35 0.42 0.57
Hex BE 63 BF 1 30 0 19 12B 2A 39
Octal 276 143 277 1 60 0 31 453 52 71
Binary 10111110 1100011 10111111 1 110000 0 11001 100101011 101010 111001

Color Harmonies of #BE63BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE63BF

Black with #BE63BF

Text Example


Text Example

White with #BE63BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE63BF; }

 p { color: rgb(190,99,191); }

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

background-color css

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

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

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

border-color css

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

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

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