Html Css Color HEX #BE6BB2 Fuchsia

📋 copy color: '#BE6BB2'

red 190 ◦ green 107 ◦ blue 178

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

Shades of Fuchsia #BE6BB2

Tints of Fuchsia #BE6BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 40%
G = 22.53%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE6BB2 (or 0xBE6BB2) is known color: Fuchsia. HEX triplet: BE, 6B and B2. RGB value is (190,107,178). Sum of RGB (Red+Green+Blue) = 190+107+178=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BB2 is #41944D. Grayscale: #8B8B8B. Windows color (decimal): -4297806 or 11692990. OLE color: 11692990.

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

Color convert

RGB 190 107 178 -
CMYK 0 0.44 0.06 0.25
HSL 308.67º 0.39% 0.58% -
HSV(B) 308.67º 0.44% 0.75% -
XYZ 34.53 24.68 45.06 -
YUV 139.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 190 107 178 0 0.44 0.06 0.25 308.67 0.39 0.58
Hex BE 6B B2 0 2C 6 19 135 27 3A
Octal 276 153 262 0 54 6 31 465 47 72
Binary 10111110 1101011 10110010 0 101100 110 11001 100110101 100111 111010

Color Harmonies of #BE6BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BB2

Black with #BE6BB2

Text Example


Text Example

White with #BE6BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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