Html Css Color HEX #BE6BB9 Fuchsia

📋 copy color: '#BE6BB9'

red 190 ◦ green 107 ◦ blue 185

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

Shades of Fuchsia #BE6BB9

Tints of Fuchsia #BE6BB9

RGB

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

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

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

R = 39.42%
G = 22.2%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE6BB9 (or 0xBE6BB9) is known color: Fuchsia. HEX triplet: BE, 6B and B9. RGB value is (190,107,185). Sum of RGB (Red+Green+Blue) = 190+107+185=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BB9 is #419446. Grayscale: #8C8C8C. Windows color (decimal): -4297799 or 12151742. OLE color: 12151742.

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

Color convert

RGB 190 107 185 -
CMYK 0 0.44 0.03 0.25
HSL 303.61º 0.39% 0.58% -
HSV(B) 303.61º 0.44% 0.75% -
XYZ 35.25 24.97 48.86 -
YUV 140.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 190 107 185 0 0.44 0.03 0.25 303.61 0.39 0.58
Hex BE 6B B9 0 2C 3 19 130 27 3A
Octal 276 153 271 0 54 3 31 460 47 72
Binary 10111110 1101011 10111001 0 101100 11 11001 100110000 100111 111010

Color Harmonies of #BE6BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BB9

Black with #BE6BB9

Text Example


Text Example

White with #BE6BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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