Html Css Color HEX #BE63B0 Fuchsia

📋 copy color: '#BE63B0'

red 190 ◦ green 99 ◦ blue 176

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

Shades of Fuchsia #BE63B0

Tints of Fuchsia #BE63B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.85%

R = 40.86%
G = 21.29%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE63B0 (or 0xBE63B0) is known color: Fuchsia. HEX triplet: BE, 63 and B0. RGB value is (190,99,176). Sum of RGB (Red+Green+Blue) = 190+99+176=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63B0 is #419C4F. Grayscale: #868686. Windows color (decimal): -4299856 or 11559870. OLE color: 11559870.

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

Color convert

RGB 190 99 176 -
CMYK 0 0.48 0.07 0.25
HSL 309.23º 0.41% 0.57% -
HSV(B) 309.23º 0.48% 0.75% -
XYZ 33.53 23.01 43.75 -
YUV 134.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 190 99 176 0 0.48 0.07 0.25 309.23 0.41 0.57
Hex BE 63 B0 0 30 7 19 135 29 39
Octal 276 143 260 0 60 7 31 465 51 71
Binary 10111110 1100011 10110000 0 110000 111 11001 100110101 101001 111001

Color Harmonies of #BE63B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE63B0

Black with #BE63B0

Text Example


Text Example

White with #BE63B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE63B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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