Html Css Color HEX #BE6CA7 Bouquet

📋 copy color: '#BE6CA7'

red 190 ◦ green 108 ◦ blue 167

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

Shades of Bouquet #BE6CA7

Tints of Bouquet #BE6CA7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.23%

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

R = 40.86%
G = 23.23%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE6CA7 (or 0xBE6CA7) is known color: Bouquet. HEX triplet: BE, 6C and A7. RGB value is (190,108,167). Sum of RGB (Red+Green+Blue) = 190+108+167=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6CA7 is #419358. Grayscale: #8B8B8B. Windows color (decimal): -4297561 or 10972350. OLE color: 10972350.

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

Color convert

RGB 190 108 167 -
CMYK 0 0.43 0.12 0.25
HSL 316.83º 0.39% 0.58% -
HSV(B) 316.83º 0.43% 0.75% -
XYZ 33.57 24.46 39.51 -
YUV 139.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 190 108 167 0 0.43 0.12 0.25 316.83 0.39 0.58
Hex BE 6C A7 0 2B C 19 13D 27 3A
Octal 276 154 247 0 53 14 31 475 47 72
Binary 10111110 1101100 10100111 0 101011 1100 11001 100111101 100111 111010

Color Harmonies of #BE6CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CA7

Black with #BE6CA7

Text Example


Text Example

White with #BE6CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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