Html Css Color HEX #BE70B7 Fuchsia

📋 copy color: '#BE70B7'

red 190 ◦ green 112 ◦ blue 183

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

Shades of Fuchsia #BE70B7

Tints of Fuchsia #BE70B7

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.09%

 BLUE value IS 183 (71.88% from 255) = 37.73%

R = 39.18%
G = 23.09%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE70B7 (or 0xBE70B7) is known color: Fuchsia. HEX triplet: BE, 70 and B7. RGB value is (190,112,183). Sum of RGB (Red+Green+Blue) = 190+112+183=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70B7 is #418F48. Grayscale: #8F8F8F. Windows color (decimal): -4296521 or 12021950. OLE color: 12021950.

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

Color convert

RGB 190 112 183 -
CMYK 0 0.41 0.04 0.25
HSL 305.38º 0.38% 0.59% -
HSV(B) 305.38º 0.41% 0.75% -
XYZ 35.58 25.95 47.93 -
YUV 143.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 190 112 183 0 0.41 0.04 0.25 305.38 0.38 0.59
Hex BE 70 B7 0 29 4 19 131 26 3B
Octal 276 160 267 0 51 4 31 461 46 73
Binary 10111110 1110000 10110111 0 101001 100 11001 100110001 100110 111011

Color Harmonies of #BE70B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70B7

Black with #BE70B7

Text Example


Text Example

White with #BE70B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70B7; }

 p { color: rgb(190,112,183); }

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

background-color css

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

 a { background-color: rgb(190,112,183); }

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

border-color css

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

 span { border-color: rgb(190,112,183); }

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