Html Css Color HEX #BE66B2 Fuchsia

📋 copy color: '#BE66B2'

red 190 ◦ green 102 ◦ blue 178

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

Shades of Fuchsia #BE66B2

Tints of Fuchsia #BE66B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.87%

R = 40.43%
G = 21.7%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE66B2 (or 0xBE66B2) is known color: Fuchsia. HEX triplet: BE, 66 and B2. RGB value is (190,102,178). Sum of RGB (Red+Green+Blue) = 190+102+178=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE66B2 is #41994D. Grayscale: #888888. Windows color (decimal): -4299086 or 11691710. OLE color: 11691710.

HSL color Cylindrical-coordinate representation of color #BE66B2: hue angle of 308.18º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE66B2 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 102 178 -
CMYK 0 0.46 0.06 0.25
HSL 308.18º 0.4% 0.57% -
HSV(B) 308.18º 0.46% 0.75% -
XYZ 34.02 23.66 44.89 -
YUV 136.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 190 102 178 0 0.46 0.06 0.25 308.18 0.4 0.57
Hex BE 66 B2 0 2E 6 19 134 28 39
Octal 276 146 262 0 56 6 31 464 50 71
Binary 10111110 1100110 10110010 0 101110 110 11001 100110100 101000 111001

Color Harmonies of #BE66B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66B2

Black with #BE66B2

Text Example


Text Example

White with #BE66B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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