Html Css Color HEX #BE71B8 Fuchsia

📋 copy color: '#BE71B8'

red 190 ◦ green 113 ◦ blue 184

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

Shades of Fuchsia #BE71B8

Tints of Fuchsia #BE71B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.78%

R = 39.01%
G = 23.2%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE71B8 (or 0xBE71B8) is known color: Fuchsia. HEX triplet: BE, 71 and B8. RGB value is (190,113,184). Sum of RGB (Red+Green+Blue) = 190+113+184=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71B8 is #418E47. Grayscale: #8F8F8F. Windows color (decimal): -4296264 or 12087742. OLE color: 12087742.

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

Color convert

RGB 190 113 184 -
CMYK 0 0.41 0.03 0.25
HSL 304.68º 0.37% 0.59% -
HSV(B) 304.68º 0.41% 0.75% -
XYZ 35.79 26.22 48.52 -
YUV 144.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 190 113 184 0 0.41 0.03 0.25 304.68 0.37 0.59
Hex BE 71 B8 0 29 3 19 131 25 3B
Octal 276 161 270 0 51 3 31 461 45 73
Binary 10111110 1110001 10111000 0 101001 11 11001 100110001 100101 111011

Color Harmonies of #BE71B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71B8

Black with #BE71B8

Text Example


Text Example

White with #BE71B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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