Html Css Color HEX #BE70B1 Fuchsia

📋 copy color: '#BE70B1'

red 190 ◦ green 112 ◦ blue 177

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

Shades of Fuchsia #BE70B1

Tints of Fuchsia #BE70B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.95%

R = 39.67%
G = 23.38%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE70B1 (or 0xBE70B1) is known color: Fuchsia. HEX triplet: BE, 70 and B1. RGB value is (190,112,177). Sum of RGB (Red+Green+Blue) = 190+112+177=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE70B1 is #418F4E. Grayscale: #8E8E8E. Windows color (decimal): -4296527 or 11628734. OLE color: 11628734.

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

Color convert

RGB 190 112 177 -
CMYK 0 0.41 0.07 0.25
HSL 310º 0.38% 0.59% -
HSV(B) 310º 0.41% 0.75% -
XYZ 34.97 25.71 44.71 -
YUV 142.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 190 112 177 0 0.41 0.07 0.25 310 0.38 0.59
Hex BE 70 B1 0 29 7 19 136 26 3B
Octal 276 160 261 0 51 7 31 466 46 73
Binary 10111110 1110000 10110001 0 101001 111 11001 100110110 100110 111011

Color Harmonies of #BE70B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70B1

Black with #BE70B1

Text Example


Text Example

White with #BE70B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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