Html Css Color HEX #BE6DB1 Fuchsia

📋 copy color: '#BE6DB1'

red 190 ◦ green 109 ◦ blue 177

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

Shades of Fuchsia #BE6DB1

Tints of Fuchsia #BE6DB1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.9%

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 39.92%
G = 22.9%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE6DB1 (or 0xBE6DB1) is known color: Fuchsia. HEX triplet: BE, 6D and B1. RGB value is (190,109,177). Sum of RGB (Red+Green+Blue) = 190+109+177=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6DB1 is #41924E. Grayscale: #8C8C8C. Windows color (decimal): -4297295 or 11627966. OLE color: 11627966.

HSL color Cylindrical-coordinate representation of color #BE6DB1: hue angle of 309.63º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6DB1 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 109 177 -
CMYK 0 0.43 0.07 0.25
HSL 309.63º 0.38% 0.59% -
HSV(B) 309.63º 0.43% 0.75% -
XYZ 34.64 25.06 44.61 -
YUV 140.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 190 109 177 0 0.43 0.07 0.25 309.63 0.38 0.59
Hex BE 6D B1 0 2B 7 19 136 26 3B
Octal 276 155 261 0 53 7 31 466 46 73
Binary 10111110 1101101 10110001 0 101011 111 11001 100110110 100110 111011

Color Harmonies of #BE6DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DB1

Black with #BE6DB1

Text Example


Text Example

White with #BE6DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DB1; }

 p { color: rgb(190,109,177); }

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

background-color css

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

 a { background-color: rgb(190,109,177); }

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

border-color css

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

 span { border-color: rgb(190,109,177); }

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