Html Css Color HEX #BE64B9 Fuchsia

📋 copy color: '#BE64B9'

red 190 ◦ green 100 ◦ blue 185

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

Shades of Fuchsia #BE64B9

Tints of Fuchsia #BE64B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.95%

R = 40%
G = 21.05%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE64B9 (or 0xBE64B9) is known color: Fuchsia. HEX triplet: BE, 64 and B9. RGB value is (190,100,185). Sum of RGB (Red+Green+Blue) = 190+100+185=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64B9 is #419B46. Grayscale: #888888. Windows color (decimal): -4299591 or 12149950. OLE color: 12149950.

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

Color convert

RGB 190 100 185 -
CMYK 0 0.47 0.03 0.25
HSL 303.33º 0.41% 0.57% -
HSV(B) 303.33º 0.47% 0.75% -
XYZ 34.55 23.56 48.63 -
YUV 136.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 190 100 185 0 0.47 0.03 0.25 303.33 0.41 0.57
Hex BE 64 B9 0 2F 3 19 12F 29 39
Octal 276 144 271 0 57 3 31 457 51 71
Binary 10111110 1100100 10111001 0 101111 11 11001 100101111 101001 111001

Color Harmonies of #BE64B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64B9

Black with #BE64B9

Text Example


Text Example

White with #BE64B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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