Html Css Color HEX #BE71BB Fuchsia

📋 copy color: '#BE71BB'

red 190 ◦ green 113 ◦ blue 187

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

Shades of Fuchsia #BE71BB

Tints of Fuchsia #BE71BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 38.78%
G = 23.06%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE71BB (or 0xBE71BB) is known color: Fuchsia. HEX triplet: BE, 71 and BB. RGB value is (190,113,187). Sum of RGB (Red+Green+Blue) = 190+113+187=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71BB is #418E44. Grayscale: #909090. Windows color (decimal): -4296261 or 12284350. OLE color: 12284350.

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

Color convert

RGB 190 113 187 -
CMYK 0 0.41 0.02 0.25
HSL 302.34º 0.37% 0.59% -
HSV(B) 302.34º 0.41% 0.75% -
XYZ 36.11 26.35 50.2 -
YUV 144.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 190 113 187 0 0.41 0.02 0.25 302.34 0.37 0.59
Hex BE 71 BB 0 29 2 19 12E 25 3B
Octal 276 161 273 0 51 2 31 456 45 73
Binary 10111110 1110001 10111011 0 101001 10 11001 100101110 100101 111011

Color Harmonies of #BE71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71BB

Black with #BE71BB

Text Example


Text Example

White with #BE71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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