Html Css Color HEX #BE6FA7 Bouquet

📋 copy color: '#BE6FA7'

red 190 ◦ green 111 ◦ blue 167

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

Shades of Bouquet #BE6FA7

Tints of Bouquet #BE6FA7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.72%

 BLUE value IS 167 (65.63% from 255) = 35.68%

R = 40.6%
G = 23.72%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE6FA7 (or 0xBE6FA7) is known color: Bouquet. HEX triplet: BE, 6F and A7. RGB value is (190,111,167). Sum of RGB (Red+Green+Blue) = 190+111+167=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6FA7 is #419058. Grayscale: #8C8C8C. Windows color (decimal): -4296793 or 10973118. OLE color: 10973118.

HSL color Cylindrical-coordinate representation of color #BE6FA7: hue angle of 317.47º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6FA7 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 111 167 -
CMYK 0 0.42 0.12 0.25
HSL 317.47º 0.38% 0.59% -
HSV(B) 317.47º 0.42% 0.75% -
XYZ 33.89 25.11 39.62 -
YUV 141.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 190 111 167 0 0.42 0.12 0.25 317.47 0.38 0.59
Hex BE 6F A7 0 2A C 19 13D 26 3B
Octal 276 157 247 0 52 14 31 475 46 73
Binary 10111110 1101111 10100111 0 101010 1100 11001 100111101 100110 111011

Color Harmonies of #BE6FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FA7

Black with #BE6FA7

Text Example


Text Example

White with #BE6FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FA7; }

 p { color: rgb(190,111,167); }

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

background-color css

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

 a { background-color: rgb(190,111,167); }

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

border-color css

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

 span { border-color: rgb(190,111,167); }

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