Html Css Color HEX #BE71B2 Fuchsia

📋 copy color: '#BE71B2'

red 190 ◦ green 113 ◦ blue 178

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

Shades of Fuchsia #BE71B2

Tints of Fuchsia #BE71B2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.49%

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

R = 39.5%
G = 23.49%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE71B2 (or 0xBE71B2) is known color: Fuchsia. HEX triplet: BE, 71 and B2. RGB value is (190,113,178). Sum of RGB (Red+Green+Blue) = 190+113+178=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71B2 is #418E4D. Grayscale: #8F8F8F. Windows color (decimal): -4296270 or 11694526. OLE color: 11694526.

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

Color convert

RGB 190 113 178 -
CMYK 0 0.41 0.06 0.25
HSL 309.35º 0.37% 0.59% -
HSV(B) 309.35º 0.41% 0.75% -
XYZ 35.18 25.97 45.28 -
YUV 143.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 190 113 178 0 0.41 0.06 0.25 309.35 0.37 0.59
Hex BE 71 B2 0 29 6 19 135 25 3B
Octal 276 161 262 0 51 6 31 465 45 73
Binary 10111110 1110001 10110010 0 101001 110 11001 100110101 100101 111011

Color Harmonies of #BE71B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71B2

Black with #BE71B2

Text Example


Text Example

White with #BE71B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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