Html Css Color HEX #BE64BB Fuchsia

📋 copy color: '#BE64BB'

red 190 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #BE64BB

Tints of Fuchsia #BE64BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 39.83%
G = 20.96%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE64BB (or 0xBE64BB) is known color: Fuchsia. HEX triplet: BE, 64 and BB. RGB value is (190,100,187). Sum of RGB (Red+Green+Blue) = 190+100+187=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64BB is #419B44. Grayscale: #888888. Windows color (decimal): -4299589 or 12281022. OLE color: 12281022.

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

Color convert

RGB 190 100 187 -
CMYK 0 0.47 0.02 0.25
HSL 302º 0.41% 0.57% -
HSV(B) 302º 0.47% 0.75% -
XYZ 34.76 23.65 49.75 -
YUV 136.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 190 100 187 0 0.47 0.02 0.25 302 0.41 0.57
Hex BE 64 BB 0 2F 2 19 12E 29 39
Octal 276 144 273 0 57 2 31 456 51 71
Binary 10111110 1100100 10111011 0 101111 10 11001 100101110 101001 111001

Color Harmonies of #BE64BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64BB

Black with #BE64BB

Text Example


Text Example

White with #BE64BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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