Html Css Color HEX #BE6DB9 Fuchsia

📋 copy color: '#BE6DB9'

red 190 ◦ green 109 ◦ blue 185

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

Shades of Fuchsia #BE6DB9

Tints of Fuchsia #BE6DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.22%

R = 39.26%
G = 22.52%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE6DB9 (or 0xBE6DB9) is known color: Fuchsia. HEX triplet: BE, 6D and B9. RGB value is (190,109,185). Sum of RGB (Red+Green+Blue) = 190+109+185=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DB9 is #419246. Grayscale: #8D8D8D. Windows color (decimal): -4297287 or 12152254. OLE color: 12152254.

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

Color convert

RGB 190 109 185 -
CMYK 0 0.43 0.03 0.25
HSL 303.7º 0.38% 0.59% -
HSV(B) 303.7º 0.43% 0.75% -
XYZ 35.46 25.39 48.93 -
YUV 141.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 190 109 185 0 0.43 0.03 0.25 303.7 0.38 0.59
Hex BE 6D B9 0 2B 3 19 130 26 3B
Octal 276 155 271 0 53 3 31 460 46 73
Binary 10111110 1101101 10111001 0 101011 11 11001 100110000 100110 111011

Color Harmonies of #BE6DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DB9

Black with #BE6DB9

Text Example


Text Example

White with #BE6DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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