Html Css Color HEX #BE6BC5 Fuchsia

📋 copy color: '#BE6BC5'

red 190 ◦ green 107 ◦ blue 197

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

Shades of Fuchsia #BE6BC5

Tints of Fuchsia #BE6BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.88%

R = 38.46%
G = 21.66%
B = 39.88%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BE6BC5 (or 0xBE6BC5) is known color: Fuchsia. HEX triplet: BE, 6B and C5. RGB value is (190,107,197). Sum of RGB (Red+Green+Blue) = 190+107+197=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE6BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BC5 is #41943A. Grayscale: #8D8D8D. Windows color (decimal): -4297787 or 12938174. OLE color: 12938174.

HSL color Cylindrical-coordinate representation of color #BE6BC5: hue angle of 295.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6BC5 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 107 197 -
CMYK 0.04 0.46 0 0.23
HSL 295.33º 0.44% 0.6% -
HSV(B) 295.33º 0.46% 0.77% -
XYZ 36.57 25.49 55.82 -
YUV 142.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 190 107 197 0.04 0.46 0 0.23 295.33 0.44 0.6
Hex BE 6B C5 4 2E 0 17 127 2C 3C
Octal 276 153 305 4 56 0 27 447 54 74
Binary 10111110 1101011 11000101 100 101110 0 10111 100100111 101100 111100

Color Harmonies of #BE6BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BC5

Black with #BE6BC5

Text Example


Text Example

White with #BE6BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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