Html Css Color HEX #BE70A8 Bouquet

📋 copy color: '#BE70A8'

red 190 ◦ green 112 ◦ blue 168

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

Shades of Bouquet #BE70A8

Tints of Bouquet #BE70A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.74%

R = 40.43%
G = 23.83%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE70A8 (or 0xBE70A8) is known color: Bouquet. HEX triplet: BE, 70 and A8. RGB value is (190,112,168). Sum of RGB (Red+Green+Blue) = 190+112+168=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE70A8 is #418F57. Grayscale: #8D8D8D. Windows color (decimal): -4296536 or 11038910. OLE color: 11038910.

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

Color convert

RGB 190 112 168 -
CMYK 0 0.41 0.12 0.25
HSL 316.92º 0.38% 0.59% -
HSV(B) 316.92º 0.41% 0.75% -
XYZ 34.1 25.36 40.14 -
YUV 141.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 190 112 168 0 0.41 0.12 0.25 316.92 0.38 0.59
Hex BE 70 A8 0 29 C 19 13D 26 3B
Octal 276 160 250 0 51 14 31 475 46 73
Binary 10111110 1110000 10101000 0 101001 1100 11001 100111101 100110 111011

Color Harmonies of #BE70A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70A8

Black with #BE70A8

Text Example


Text Example

White with #BE70A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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