Html Css Color HEX #BE66C0 Fuchsia

📋 copy color: '#BE66C0'

red 190 ◦ green 102 ◦ blue 192

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

Shades of Fuchsia #BE66C0

Tints of Fuchsia #BE66C0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.07%

 BLUE value IS 192 (75.39% from 255) = 39.67%

R = 39.26%
G = 21.07%
B = 39.67%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE66C0 (or 0xBE66C0) is known color: Fuchsia. HEX triplet: BE, 66 and C0. RGB value is (190,102,192). Sum of RGB (Red+Green+Blue) = 190+102+192=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE66C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66C0 is #41993F. Grayscale: #8A8A8A. Windows color (decimal): -4299072 or 12609214. OLE color: 12609214.

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

Color convert

RGB 190 102 192 -
CMYK 0.01 0.47 0 0.25
HSL 298.67º 0.42% 0.58% -
HSV(B) 298.67º 0.47% 0.75% -
XYZ 35.5 24.26 52.68 -
YUV 138.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 190 102 192 0.01 0.47 0 0.25 298.67 0.42 0.58
Hex BE 66 C0 1 2F 0 19 12B 2A 3A
Octal 276 146 300 1 57 0 31 453 52 72
Binary 10111110 1100110 11000000 1 101111 0 11001 100101011 101010 111010

Color Harmonies of #BE66C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66C0

Black with #BE66C0

Text Example


Text Example

White with #BE66C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66C0; }

 p { color: rgb(190,102,192); }

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

background-color css

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

 a { background-color: rgb(190,102,192); }

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

border-color css

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

 span { border-color: rgb(190,102,192); }

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