Html Css Color HEX #BE64B7 Fuchsia

📋 copy color: '#BE64B7'

red 190 ◦ green 100 ◦ blue 183

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

Shades of Fuchsia #BE64B7

Tints of Fuchsia #BE64B7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.14%

 BLUE value IS 183 (71.88% from 255) = 38.69%

R = 40.17%
G = 21.14%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE64B7 (or 0xBE64B7) is known color: Fuchsia. HEX triplet: BE, 64 and B7. RGB value is (190,100,183). Sum of RGB (Red+Green+Blue) = 190+100+183=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64B7 is #419B48. Grayscale: #888888. Windows color (decimal): -4299593 or 12018878. OLE color: 12018878.

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

Color convert

RGB 190 100 183 -
CMYK 0 0.47 0.04 0.25
HSL 304.67º 0.41% 0.57% -
HSV(B) 304.67º 0.47% 0.75% -
XYZ 34.34 23.48 47.52 -
YUV 136.37 154.32 166.25 -
System Red Green Blue C M Y K H S L
Decimal 190 100 183 0 0.47 0.04 0.25 304.67 0.41 0.57
Hex BE 64 B7 0 2F 4 19 131 29 39
Octal 276 144 267 0 57 4 31 461 51 71
Binary 10111110 1100100 10110111 0 101111 100 11001 100110001 101001 111001

Color Harmonies of #BE64B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64B7

Black with #BE64B7

Text Example


Text Example

White with #BE64B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64B7; }

 p { color: rgb(190,100,183); }

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

background-color css

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

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

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

border-color css

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

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

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