Html Css Color HEX #BE64BA Fuchsia

📋 copy color: '#BE64BA'

red 190 ◦ green 100 ◦ blue 186

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

Shades of Fuchsia #BE64BA

Tints of Fuchsia #BE64BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 39.92%
G = 21.01%
B = 39.08%

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

#BE64BA (or 0xBE64BA) is known color: Fuchsia. HEX triplet: BE, 64 and BA. RGB value is (190,100,186). Sum of RGB (Red+Green+Blue) = 190+100+186=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64BA is #419B45. Grayscale: #888888. Windows color (decimal): -4299590 or 12215486. OLE color: 12215486.

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

Color convert

RGB 190 100 186 -
CMYK 0 0.47 0.02 0.25
HSL 302.67º 0.41% 0.57% -
HSV(B) 302.67º 0.47% 0.75% -
XYZ 34.66 23.61 49.18 -
YUV 136.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 190 100 186 0 0.47 0.02 0.25 302.67 0.41 0.57
Hex BE 64 BA 0 2F 2 19 12F 29 39
Octal 276 144 272 0 57 2 31 457 51 71
Binary 10111110 1100100 10111010 0 101111 10 11001 100101111 101001 111001

Color Harmonies of #BE64BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64BA

Black with #BE64BA

Text Example


Text Example

White with #BE64BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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