Html Css Color HEX #BE6BBF Fuchsia

📋 copy color: '#BE6BBF'

red 190 ◦ green 107 ◦ blue 191

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

Shades of Fuchsia #BE6BBF

Tints of Fuchsia #BE6BBF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.93%

 BLUE value IS 191 (75% from 255) = 39.14%

R = 38.93%
G = 21.93%
B = 39.14%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE6BBF (or 0xBE6BBF) is known color: Fuchsia. HEX triplet: BE, 6B and BF. RGB value is (190,107,191). Sum of RGB (Red+Green+Blue) = 190+107+191=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE6BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BBF is #419440. Grayscale: #8D8D8D. Windows color (decimal): -4297793 or 12544958. OLE color: 12544958.

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

Color convert

RGB 190 107 191 -
CMYK 0.01 0.44 0 0.25
HSL 299.29º 0.4% 0.58% -
HSV(B) 299.29º 0.44% 0.75% -
XYZ 35.9 25.22 52.27 -
YUV 141.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 190 107 191 0.01 0.44 0 0.25 299.29 0.4 0.58
Hex BE 6B BF 1 2C 0 19 12B 28 3A
Octal 276 153 277 1 54 0 31 453 50 72
Binary 10111110 1101011 10111111 1 101100 0 11001 100101011 101000 111010

Color Harmonies of #BE6BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BBF

Black with #BE6BBF

Text Example


Text Example

White with #BE6BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BBF; }

 p { color: rgb(190,107,191); }

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

background-color css

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

 a { background-color: rgb(190,107,191); }

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

border-color css

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

 span { border-color: rgb(190,107,191); }

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