Html Css Color HEX #BE70AD Bouquet

📋 copy color: '#BE70AD'

red 190 ◦ green 112 ◦ blue 173

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

Shades of Bouquet #BE70AD

Tints of Bouquet #BE70AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.42%

R = 40%
G = 23.58%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE70AD (or 0xBE70AD) is known color: Bouquet. HEX triplet: BE, 70 and AD. RGB value is (190,112,173). Sum of RGB (Red+Green+Blue) = 190+112+173=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE70AD is #418F52. Grayscale: #8E8E8E. Windows color (decimal): -4296531 or 11366590. OLE color: 11366590.

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

Color convert

RGB 190 112 173 -
CMYK 0 0.41 0.09 0.25
HSL 313.08º 0.38% 0.59% -
HSV(B) 313.08º 0.41% 0.75% -
XYZ 34.57 25.55 42.65 -
YUV 142.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 190 112 173 0 0.41 0.09 0.25 313.08 0.38 0.59
Hex BE 70 AD 0 29 9 19 139 26 3B
Octal 276 160 255 0 51 11 31 471 46 73
Binary 10111110 1110000 10101101 0 101001 1001 11001 100111001 100110 111011

Color Harmonies of #BE70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70AD

Black with #BE70AD

Text Example


Text Example

White with #BE70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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