Html Css Color HEX #BE64B0 Fuchsia

📋 copy color: '#BE64B0'

red 190 ◦ green 100 ◦ blue 176

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

Shades of Fuchsia #BE64B0

Tints of Fuchsia #BE64B0

RGB

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

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

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

R = 40.77%
G = 21.46%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE64B0 (or 0xBE64B0) is known color: Fuchsia. HEX triplet: BE, 64 and B0. RGB value is (190,100,176). Sum of RGB (Red+Green+Blue) = 190+100+176=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64B0 is #419B4F. Grayscale: #878787. Windows color (decimal): -4299600 or 11560126. OLE color: 11560126.

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

Color convert

RGB 190 100 176 -
CMYK 0 0.47 0.07 0.25
HSL 309.33º 0.41% 0.57% -
HSV(B) 309.33º 0.47% 0.75% -
XYZ 33.63 23.2 43.78 -
YUV 135.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 190 100 176 0 0.47 0.07 0.25 309.33 0.41 0.57
Hex BE 64 B0 0 2F 7 19 135 29 39
Octal 276 144 260 0 57 7 31 465 51 71
Binary 10111110 1100100 10110000 0 101111 111 11001 100110101 101001 111001

Color Harmonies of #BE64B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64B0

Black with #BE64B0

Text Example


Text Example

White with #BE64B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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