Html Css Color HEX #BE70BA Fuchsia

📋 copy color: '#BE70BA'

red 190 ◦ green 112 ◦ blue 186

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

Shades of Fuchsia #BE70BA

Tints of Fuchsia #BE70BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 38.93%
G = 22.95%
B = 38.11%

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

#BE70BA (or 0xBE70BA) is known color: Fuchsia. HEX triplet: BE, 70 and BA. RGB value is (190,112,186). Sum of RGB (Red+Green+Blue) = 190+112+186=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70BA is #418F45. Grayscale: #8F8F8F. Windows color (decimal): -4296518 or 12218558. OLE color: 12218558.

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

Color convert

RGB 190 112 186 -
CMYK 0 0.41 0.02 0.25
HSL 303.08º 0.38% 0.59% -
HSV(B) 303.08º 0.41% 0.75% -
XYZ 35.89 26.08 49.6 -
YUV 143.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 190 112 186 0 0.41 0.02 0.25 303.08 0.38 0.59
Hex BE 70 BA 0 29 2 19 12F 26 3B
Octal 276 160 272 0 51 2 31 457 46 73
Binary 10111110 1110000 10111010 0 101001 10 11001 100101111 100110 111011

Color Harmonies of #BE70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70BA

Black with #BE70BA

Text Example


Text Example

White with #BE70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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