Html Css Color HEX #BE6FB2 Fuchsia

📋 copy color: '#BE6FB2'

red 190 ◦ green 111 ◦ blue 178

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

Shades of Fuchsia #BE6FB2

Tints of Fuchsia #BE6FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.17%

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

R = 39.67%
G = 23.17%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE6FB2 (or 0xBE6FB2) is known color: Fuchsia. HEX triplet: BE, 6F and B2. RGB value is (190,111,178). Sum of RGB (Red+Green+Blue) = 190+111+178=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6FB2 is #41904D. Grayscale: #8E8E8E. Windows color (decimal): -4296782 or 11694014. OLE color: 11694014.

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

Color convert

RGB 190 111 178 -
CMYK 0 0.42 0.06 0.25
HSL 309.11º 0.38% 0.59% -
HSV(B) 309.11º 0.42% 0.75% -
XYZ 34.96 25.53 45.2 -
YUV 142.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 190 111 178 0 0.42 0.06 0.25 309.11 0.38 0.59
Hex BE 6F B2 0 2A 6 19 135 26 3B
Octal 276 157 262 0 52 6 31 465 46 73
Binary 10111110 1101111 10110010 0 101010 110 11001 100110101 100110 111011

Color Harmonies of #BE6FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FB2

Black with #BE6FB2

Text Example


Text Example

White with #BE6FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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