Html Css Color HEX #BE63BA Fuchsia

📋 copy color: '#BE63BA'

red 190 ◦ green 99 ◦ blue 186

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

Shades of Fuchsia #BE63BA

Tints of Fuchsia #BE63BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 40%
G = 20.84%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE63BA (or 0xBE63BA) is known color: Fuchsia. HEX triplet: BE, 63 and BA. RGB value is (190,99,186). Sum of RGB (Red+Green+Blue) = 190+99+186=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63BA is #419C45. Grayscale: #878787. Windows color (decimal): -4299846 or 12215230. OLE color: 12215230.

HSL color Cylindrical-coordinate representation of color #BE63BA: hue angle of 302.64º degrees, saturation: 0.41, 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 #BE63BA is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 99 186 -
CMYK 0 0.48 0.02 0.25
HSL 302.64º 0.41% 0.57% -
HSV(B) 302.64º 0.48% 0.75% -
XYZ 34.56 23.42 49.15 -
YUV 136.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 190 99 186 0 0.48 0.02 0.25 302.64 0.41 0.57
Hex BE 63 BA 0 30 2 19 12F 29 39
Octal 276 143 272 0 60 2 31 457 51 71
Binary 10111110 1100011 10111010 0 110000 10 11001 100101111 101001 111001

Color Harmonies of #BE63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE63BA

Black with #BE63BA

Text Example


Text Example

White with #BE63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE63BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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