Html Css Color HEX #BE6BB1 Fuchsia

📋 copy color: '#BE6BB1'

red 190 ◦ green 107 ◦ blue 177

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

Shades of Fuchsia #BE6BB1

Tints of Fuchsia #BE6BB1

RGB

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

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

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

R = 40.08%
G = 22.57%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE6BB1 (or 0xBE6BB1) is known color: Fuchsia. HEX triplet: BE, 6B and B1. RGB value is (190,107,177). Sum of RGB (Red+Green+Blue) = 190+107+177=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BB1 is #41944E. Grayscale: #8B8B8B. Windows color (decimal): -4297807 or 11627454. OLE color: 11627454.

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

Color convert

RGB 190 107 177 -
CMYK 0 0.44 0.07 0.25
HSL 309.4º 0.39% 0.58% -
HSV(B) 309.4º 0.44% 0.75% -
XYZ 34.43 24.64 44.54 -
YUV 139.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 190 107 177 0 0.44 0.07 0.25 309.4 0.39 0.58
Hex BE 6B B1 0 2C 7 19 135 27 3A
Octal 276 153 261 0 54 7 31 465 47 72
Binary 10111110 1101011 10110001 0 101100 111 11001 100110101 100111 111010

Color Harmonies of #BE6BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BB1

Black with #BE6BB1

Text Example


Text Example

White with #BE6BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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