Html Css Color HEX #BE63A7 Fuchsia

📋 copy color: '#BE63A7'

red 190 ◦ green 99 ◦ blue 167

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

Shades of Fuchsia #BE63A7

Tints of Fuchsia #BE63A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.62%

R = 41.67%
G = 21.71%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE63A7 (or 0xBE63A7) is known color: Fuchsia. HEX triplet: BE, 63 and A7. RGB value is (190,99,167). Sum of RGB (Red+Green+Blue) = 190+99+167=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63A7 is #419C58. Grayscale: #858585. Windows color (decimal): -4299865 or 10970046. OLE color: 10970046.

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

Color convert

RGB 190 99 167 -
CMYK 0 0.48 0.12 0.25
HSL 315.16º 0.41% 0.57% -
HSV(B) 315.16º 0.48% 0.75% -
XYZ 32.67 22.66 39.21 -
YUV 133.96 146.65 167.97 -
System Red Green Blue C M Y K H S L
Decimal 190 99 167 0 0.48 0.12 0.25 315.16 0.41 0.57
Hex BE 63 A7 0 30 C 19 13B 29 39
Octal 276 143 247 0 60 14 31 473 51 71
Binary 10111110 1100011 10100111 0 110000 1100 11001 100111011 101001 111001

Color Harmonies of #BE63A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE63A7

Black with #BE63A7

Text Example


Text Example

White with #BE63A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE63A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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