Html Css Color HEX #BE66B8 Fuchsia

📋 copy color: '#BE66B8'

red 190 ◦ green 102 ◦ blue 184

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

Shades of Fuchsia #BE66B8

Tints of Fuchsia #BE66B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.66%

R = 39.92%
G = 21.43%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE66B8 (or 0xBE66B8) is known color: Fuchsia. HEX triplet: BE, 66 and B8. RGB value is (190,102,184). Sum of RGB (Red+Green+Blue) = 190+102+184=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66B8 is #419947. Grayscale: #898989. Windows color (decimal): -4299080 or 12084926. OLE color: 12084926.

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

Color convert

RGB 190 102 184 -
CMYK 0 0.46 0.03 0.25
HSL 304.09º 0.4% 0.57% -
HSV(B) 304.09º 0.46% 0.75% -
XYZ 34.64 23.91 48.14 -
YUV 137.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 190 102 184 0 0.46 0.03 0.25 304.09 0.4 0.57
Hex BE 66 B8 0 2E 3 19 130 28 39
Octal 276 146 270 0 56 3 31 460 50 71
Binary 10111110 1100110 10111000 0 101110 11 11001 100110000 101000 111001

Color Harmonies of #BE66B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66B8

Black with #BE66B8

Text Example


Text Example

White with #BE66B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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